-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Refresh IBM guide to use Kubernetes and Postgres #49018
base: master
Are you sure you want to change the base?
Conversation
docs/pages/admin-guides/deploy-a-cluster/helm-deployments/ibm.mdx
Outdated
Show resolved
Hide resolved
docs/pages/admin-guides/deploy-a-cluster/helm-deployments/ibm.mdx
Outdated
Show resolved
Hide resolved
docs/pages/admin-guides/deploy-a-cluster/helm-deployments/ibm.mdx
Outdated
Show resolved
Hide resolved
|
||
Create a release from the chart: | ||
```code | ||
$ helm upgrade --install -n teleport-cluster teleport teleport/teleport-cluster --version "TODO REPLACE ME" -f values.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing palceholder
docs/pages/admin-guides/deploy-a-cluster/helm-deployments/ibm.mdx
Outdated
Show resolved
Hide resolved
docs/pages/admin-guides/deploy-a-cluster/helm-deployments/ibm.mdx
Outdated
Show resolved
Hide resolved
``` | ||
- create a `teleport` user and set its password | ||
```code | ||
# set the same password as the replication user |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we ok with this? We could have a passfile with different passwords for the two users, which would also get rid of the global PGPASSWORD envvar.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like there's at least one redirect destination assigned to /admin-guides/deploy-a-cluster/deployments/ibm/
that we'll need to change to point to the Helm guide—once that's done, I'll take a look at the preview!
🤖 Vercel preview here: https://docs-on2eo06qf-goteleport.vercel.app/docs |
docs/pages/admin-guides/deploy-a-cluster/helm-deployments/ibm.mdx
Outdated
Show resolved
Hide resolved
docs/pages/admin-guides/deploy-a-cluster/helm-deployments/ibm.mdx
Outdated
Show resolved
Hide resolved
docs/pages/admin-guides/deploy-a-cluster/helm-deployments/ibm.mdx
Outdated
Show resolved
Hide resolved
docs/pages/admin-guides/deploy-a-cluster/helm-deployments/ibm.mdx
Outdated
Show resolved
Hide resolved
docs/pages/admin-guides/deploy-a-cluster/helm-deployments/ibm.mdx
Outdated
Show resolved
Hide resolved
docs/pages/admin-guides/deploy-a-cluster/helm-deployments/ibm.mdx
Outdated
Show resolved
Hide resolved
docs/pages/admin-guides/deploy-a-cluster/helm-deployments/ibm.mdx
Outdated
Show resolved
Hide resolved
docs/pages/admin-guides/deploy-a-cluster/helm-deployments/ibm.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Roman Tkachenko <[email protected]>
The v17 test plan showed that the IBM guide was not up-to-date. This PR:
teleport-cluster
Helm chartFixes #37059
Fixes #31870
Related to #22611