Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update operator-airgapped.md #1032

Merged
merged 4 commits into from
Jan 31, 2025
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,10 @@ spec:
password: password
port: 3306
user: wandb
extraEnv:
ENABLE_REGISTRY_UI: 'true'

# Ensre it's set to use your own MySQL
# Ensure it's set to use your own MySQL
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What would this look like if configured to a specific MySQL install? Is it possible to add an example commented out? I know you're just fixing a typo, but it could be helpful.

mdlinville marked this conversation as resolved.
Show resolved Hide resolved
mysql:
install: false

Expand Down Expand Up @@ -247,4 +249,4 @@ You must split the certificates into multiple entries in the `customCACerts` sec
You can turn off auto-updates from the W&B console. Reach out to your W&B team for any questions on the supported versions. Also, note that W&B supports platform versions released in last 6 months. W&B recommends performing periodic upgrades.

### Does the deployment work if the environment has no connection to public repositories?
As long as you have enabled the `airgapped: true` configuration, the Kubernetes operator does not attempt to reach public repositories. The Kubernetes operator attempts to use your internal resources.
As long as you have enabled the `airgapped: true` configuration, the Kubernetes operator does not attempt to reach public repositories. The Kubernetes operator attempts to use your internal resources.
Loading