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

Refresh IBM guide to use Kubernetes and Postgres #49018

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
7 changes: 6 additions & 1 deletion docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@
}
},
"redirects": [
{
"source": "/admin-guides/deploy-a-cluster/deployments/ibm/",
"destination": "/admin-guides/deploy-a-cluster/helm-deployments/ibm/",
"permanent": true
},
{
"source": "/machine-id/deployment/aws/",
"destination": "/enroll-resources/machine-id/deployment/aws/",
Expand Down Expand Up @@ -1952,7 +1957,7 @@
},
{
"source": "/deploy-a-cluster/deployments/ibm/",
"destination": "/admin-guides/deploy-a-cluster/deployments/ibm/",
"destination": "/admin-guides/deploy-a-cluster/helm-deployments/ibm/",
"permanent": true
},
{
Expand Down
2 changes: 2 additions & 0 deletions docs/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@
"compu",
"cond",
"configmap",
"connstring",
"connectionupgrade",
"connectorname",
"cprops",
Expand Down Expand Up @@ -532,6 +533,7 @@
"httpout",
"iamserviceaccount",
"iamshowcase",
"ibmcloud",
"idfile",
"idps",
"importcert",
Expand Down
210 changes: 0 additions & 210 deletions docs/img/IBM/IBM_HA.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file removed docs/img/IBM/etcd-cert-and-host.png
Binary file not shown.
Binary file removed docs/img/IBM/etcd-pass.png
Binary file not shown.
Binary file added docs/img/ibm/create-bucket-credentials.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/ibm/create-postgres.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/ibm/get-postgres-connstring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ the platform of your choice.
Teleport with Proxy Service instances in multiple regions for low-latency
access.
- [GCP](gcp.mdx): Deploy HA Teleport on GCP.
- [IBM Cloud](ibm.mdx): Deploy HA Teleport on IBM cloud.
190 changes: 0 additions & 190 deletions docs/pages/admin-guides/deploy-a-cluster/deployments/ibm.mdx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ our `teleport-cluster` Helm chart.
- [HA AWS Teleport Cluster](aws.mdx): Running an HA Teleport cluster in Kubernetes using an AWS EKS Cluster
- [HA Azure Teleport Cluster](azure.mdx): Running an HA Teleport cluster in Kubernetes using an Azure AKS Cluster
- [HA GCP Teleport Cluster](gcp.mdx): Running an HA Teleport cluster in Kubernetes using a Google Cloud GKE Cluster
- [IBM Teleport Cluster](ibm.mdx): Running a replicated Teleport cluster in Kubernetes using and IBM Cloud IKS Cluster
- [DigitalOcean Kubernetes Cluster](digitalocean.mdx):
Running Teleport on DigitalOcean Kubernetes.
- [Custom Teleport config](custom.mdx): Running a Teleport cluster in Kubernetes with a custom Teleport config
Expand Down
Loading
Loading