Merge remote-tracking branch 'refs/remotes/containous/master'
# Conflicts: # glide.lock # glide.yaml
This commit is contained in:
commit
f93e618f67
33 changed files with 1622 additions and 93 deletions
10
examples/k8s.namespace.sh
Normal file
10
examples/k8s.namespace.sh
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
kubectl create -f - << EOF
|
||||
kind: Namespace
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: kube-system
|
||||
labels:
|
||||
name: kube-system
|
||||
EOF
|
Loading…
Add table
Add a link
Reference in a new issue