You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: calico/reference/kube-controllers/configuration.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ The controllers are primarily configured through environment variables. When run
22
22
the controllers as a Kubernetes pod, this is accomplished through the pod manifest `env`
23
23
section.
24
24
25
-
## The $[imageNames.calico/kube-controllers] container
25
+
## The calico-kube-controllers container
26
26
27
-
The `$[imageNames.calico/kube-controllers]` container includes the following controllers:
27
+
The `calico-kube-controllers` container includes the following controllers:
28
28
29
29
1. policy controller: watches Kubernetes network policies in the Kubernetes API, and syncs the policies to the datastore (etcd) as $[prodname] network policies. Felix implements network policies in the data plane.
30
30
1. namespace controller: watches namespaces and programs $[prodname] profiles.
0 commit comments