Skip to content

Commit

Permalink
Merge pull request #81 from CircleCI-Public/feature/RE-774
Browse files Browse the repository at this point in the history
RE-774: Install support-bundle plugin on bastion
  • Loading branch information
NiniOak authored Feb 2, 2021
2 parents e373d3f + 1614e3e commit 53719ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gke/private_kubernetes/extra-vms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ resource "google_compute_instance" "bastion" {
"echo \"gcloud container clusters get-credentials --internal-ip --region ${var.location} ${var.unique_name}-k8s-cluster\" > update-kubeconfig && chmod +x update-kubeconfig && sudo mv ./update-kubeconfig /usr/bin/update-kubeconfig && update-kubeconfig",
"curl -LO https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv3.8.8/kustomize_v3.8.8_linux_amd64.tar.gz && tar xzf ./kustomize_v3.8.8_linux_amd64.tar.gz && sudo mv ./kustomize /usr/bin/",
"curl -LO https://github.com/replicatedhq/kots/releases/download/v1.25.2/kots_linux_amd64.tar.gz && tar xzf kots_linux_amd64.tar.gz && sudo mv ./kots /usr/bin/kubectl-kots",
"curl -LO https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.54/preflight_linux_amd64.tar.gz && tar xzf preflight_linux_amd64.tar.gz && sudo mv ./preflight /usr/bin/kubectl-preflight"
"curl -LO https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.54/preflight_linux_amd64.tar.gz && tar xzf preflight_linux_amd64.tar.gz && sudo mv ./preflight /usr/bin/kubectl-preflight",
"curl -LO https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.55/support-bundle_linux_amd64.tar.gz && tar xzf support-bundle_linux_amd64.tar.gz && sudo mv ./support-bundle /usr/bin/kubectl-support_bundle"
])
}

0 comments on commit 53719ab

Please sign in to comment.