Skip to content

Instantly share code, notes, and snippets.

@tamalsaha
Created February 17, 2021 06:04
Show Gist options
  • Save tamalsaha/e1726cc9188269a900e9e031b8c6118d to your computer and use it in GitHub Desktop.
Save tamalsaha/e1726cc9188269a900e9e031b8c6118d to your computer and use it in GitHub Desktop.
~/g/s/k/custom-resources (kubernetes-1.18.9) $ cd ~/Downloads/
~/Downloads $ export KUBECONFIG=ui-builder-demo-kubeconfig.yaml
~/Downloads $ helm install stash-crds appscode/stash-crds
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: ui-builder-demo-kubeconfig.yaml
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: ui-builder-demo-kubeconfig.yaml
NAME: stash-crds
LAST DEPLOYED: Tue Feb 16 22:03:16 2021
NAMESPACE: default
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
Get the KubeDB crds by running the following command:
kubectl get crds --selector=app.kubernetes.io/name=stash
~/Downloads $ helm install kmodules-crds appscode/kmodules-crds
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: ui-builder-demo-kubeconfig.yaml
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: ui-builder-demo-kubeconfig.yaml
NAME: kmodules-crds
LAST DEPLOYED: Tue Feb 16 22:03:38 2021
NAMESPACE: default
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
Get the Kmodules crds by running the following command:
kubectl get crds | grep appscode
~/Downloads $ helm install kubedb-crds appscode/kubedb-crds
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: ui-builder-demo-kubeconfig.yaml
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: ui-builder-demo-kubeconfig.yaml
NAME: kubedb-crds
LAST DEPLOYED: Tue Feb 16 22:04:02 2021
NAMESPACE: default
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
Get the KubeDB crds by running the following command:
kubectl get crds --selector=app.kubernetes.io/name=kubedb
~/Downloads $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment