mirror of
https://github.com/containous/traefik.git
synced 2025-01-12 09:17:54 +03:00
720912e880
Signed-off-by: Emile Vauge <emile@vauge.com>
11 lines
137 B
Bash
Executable File
11 lines
137 B
Bash
Executable File
#!/bin/bash
|
|
|
|
kubectl create -f - << EOF
|
|
kind: Namespace
|
|
apiVersion: v1
|
|
metadata:
|
|
name: kube-system
|
|
labels:
|
|
name: kube-system
|
|
EOF
|