Created
May 3, 2016 21:21
-
-
Save dileeph/8447c27081f31f9b2e4c559febc9dd3f to your computer and use it in GitHub Desktop.
kubernetes namespace creation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ kubectl create -f geolocus-namespace.json | |
$ kubectl --namespace geolocus-ns create -f bs-quota.json | |
$ kubectl --namespace geolocus-ns create -f bs-limits.json | |
$ kubectl describe limits bs-limits --namespace geolocus-ns |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment