mirror of
https://github.com/containous/traefik.git
synced 2025-10-03 01:44:23 +03: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
|