mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #43472 from piosz/annotation-rename
Automatic merge from submit-queue Renamed fluentd-ds-ready annotation We don't want to have alpha annotation as production ready solution. Low risk change, only rename.
This commit is contained in:
		@@ -41,7 +41,7 @@ spec:
 | 
			
		||||
          mountPath: /var/lib/docker/containers
 | 
			
		||||
          readOnly: true
 | 
			
		||||
      nodeSelector:
 | 
			
		||||
        alpha.kubernetes.io/fluentd-ds-ready: "true"
 | 
			
		||||
        beta.kubernetes.io/fluentd-ds-ready: "true"
 | 
			
		||||
      tolerations:
 | 
			
		||||
      - key : "node.alpha.kubernetes.io/ismaster"
 | 
			
		||||
        effect: "NoSchedule"
 | 
			
		||||
 
 | 
			
		||||
@@ -89,7 +89,7 @@ spec:
 | 
			
		||||
                exit 1;
 | 
			
		||||
              fi;
 | 
			
		||||
      nodeSelector:
 | 
			
		||||
        alpha.kubernetes.io/fluentd-ds-ready: "true"
 | 
			
		||||
        beta.kubernetes.io/fluentd-ds-ready: "true"
 | 
			
		||||
      tolerations:
 | 
			
		||||
      - key: "node.alpha.kubernetes.io/ismaster"
 | 
			
		||||
        effect: "NoSchedule"
 | 
			
		||||
 
 | 
			
		||||
@@ -111,7 +111,7 @@ ENABLE_CLUSTER_MONITORING="${KUBE_ENABLE_CLUSTER_MONITORING:-influxdb}"
 | 
			
		||||
# of fluentd running on a node, kubelet need to mark node on which
 | 
			
		||||
# fluentd is not running as a manifest pod with appropriate label.
 | 
			
		||||
# TODO(piosz): remove this in 1.8
 | 
			
		||||
NODE_LABELS="${KUBE_NODE_LABELS:-alpha.kubernetes.io/fluentd-ds-ready=true}"
 | 
			
		||||
NODE_LABELS="${KUBE_NODE_LABELS:-beta.kubernetes.io/fluentd-ds-ready=true}"
 | 
			
		||||
 | 
			
		||||
# Optional: Enable node logging.
 | 
			
		||||
ENABLE_NODE_LOGGING="${KUBE_ENABLE_NODE_LOGGING:-true}"
 | 
			
		||||
 
 | 
			
		||||
@@ -142,7 +142,7 @@ KUBEPROXY_TEST_ARGS="${KUBEPROXY_TEST_ARGS:-} ${TEST_CLUSTER_API_CONTENT_TYPE}"
 | 
			
		||||
# of fluentd running on a node, kubelet need to mark node on which
 | 
			
		||||
# fluentd is not running as a manifest pod with appropriate label.
 | 
			
		||||
# TODO(piosz): remove this in 1.8
 | 
			
		||||
NODE_LABELS="${KUBE_NODE_LABELS:-alpha.kubernetes.io/fluentd-ds-ready=true}"
 | 
			
		||||
NODE_LABELS="${KUBE_NODE_LABELS:-beta.kubernetes.io/fluentd-ds-ready=true}"
 | 
			
		||||
 | 
			
		||||
# Optional: Enable node logging.
 | 
			
		||||
ENABLE_NODE_LOGGING="${KUBE_ENABLE_NODE_LOGGING:-true}"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user