We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7814608 + 96c8da4 commit 4ad8679Copy full SHA for 4ad8679
examples/policy-controller.yaml
@@ -8,22 +8,17 @@ metadata:
8
namespace: kube-system
9
labels:
10
k8s-app: calico-policy
11
- kubernetes.io/cluster-service: "true"
12
spec:
13
# Only a single instance of the policy controller should be
14
# active at a time. Since this pod is run as a ReplicaSet,
15
# Kubernetes will ensure the pod is recreated in case of failure,
16
# removing the need for passive backups.
17
replicas: 1
18
- selector:
19
20
- k8s-app: calico-policy
21
template:
22
metadata:
23
name: calico-policy-controller
24
25
26
27
28
29
hostNetwork: true
0 commit comments