mirror of https://github.com/k3s-io/k3s
Move istio-injection label to default namespace
parent
7d86ef87a7
commit
c9a71a6024
|
@ -1,5 +1,15 @@
|
|||
# GENERATED FILE. Use with Kubernetes 1.7+
|
||||
# TO UPDATE, modify files in install/kubernetes/templates and run install/updateVersion.sh
|
||||
#
|
||||
# Required for Istio as k8s addon.
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: default
|
||||
labels:
|
||||
istio-injection: enabled
|
||||
addonmanager.kubernetes.io/mode: Reconcile
|
||||
--
|
||||
################################
|
||||
# Istio system namespace
|
||||
################################
|
||||
|
@ -8,7 +18,6 @@ kind: Namespace
|
|||
metadata:
|
||||
name: istio-system
|
||||
labels:
|
||||
istio-injection: enabled
|
||||
k8s-app: istio
|
||||
addonmanager.kubernetes.io/mode: Reconcile
|
||||
---
|
||||
|
|
|
@ -1,5 +1,15 @@
|
|||
# GENERATED FILE. Use with Kubernetes 1.7+
|
||||
# TO UPDATE, modify files in install/kubernetes/templates and run install/updateVersion.sh
|
||||
#
|
||||
# Required for Istio as k8s addon.
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: default
|
||||
labels:
|
||||
istio-injection: enabled
|
||||
addonmanager.kubernetes.io/mode: Reconcile
|
||||
---
|
||||
################################
|
||||
# Istio system namespace
|
||||
################################
|
||||
|
@ -8,7 +18,6 @@ kind: Namespace
|
|||
metadata:
|
||||
name: istio-system
|
||||
labels:
|
||||
istio-injection: enabled
|
||||
k8s-app: istio
|
||||
addonmanager.kubernetes.io/mode: Reconcile
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue