mirror of
https://github.com/traefik/traefik.git
synced 2025-05-05 23:43:01 +00:00
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
|