cloudnative-pg / cloudnative-pg/cnpg-playground
missing kube-config.yaml
Open
- Dominant language
- Shell
- Stars
- 69
- Forks
- 13
- Avg merge
- 6d 1h
- Merged PRs (30d)
- 1
Description
./scripts/info.sh
To access the playground clusters, ensure you set the following environment
variable:
export KUBECONFIG=/home/gmarconi/Downloads/cnpg-playground/k8s/kube-config.yaml
To switch between clusters, use the commands below:
kubectl config use-context kind-k8s-eu
kubectl config use-context kind-k8s-us
To check which cluster you’re currently connected to:
kubectl config current-context
ls -l cnpg-playground/k8s/
total 4
-rw-rw-r-- 1 gmarconi gmarconi 958 Jun 19 19:24 kind-cluster.yaml
Contributor guide
Assessment
This issue has not been assessed yet.