Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
8968ac5c
Commit
8968ac5c
authored
Mar 21, 2017
by
Piotr Szczesniak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed fluentd-ds-ready annotation
parent
63d8e244
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
fluentd-es-ds.yaml
cluster/addons/fluentd-elasticsearch/fluentd-es-ds.yaml
+1
-1
fluentd-gcp-ds.yaml
cluster/addons/fluentd-gcp/fluentd-gcp-ds.yaml
+1
-1
config-default.sh
cluster/gce/config-default.sh
+1
-1
config-test.sh
cluster/gce/config-test.sh
+1
-1
No files found.
cluster/addons/fluentd-elasticsearch/fluentd-es-ds.yaml
View file @
8968ac5c
...
...
@@ -41,7 +41,7 @@ spec:
mountPath
:
/var/lib/docker/containers
readOnly
:
true
nodeSelector
:
alph
a.kubernetes.io/fluentd-ds-ready
:
"
true"
bet
a.kubernetes.io/fluentd-ds-ready
:
"
true"
tolerations
:
-
key
:
"
node.alpha.kubernetes.io/ismaster"
effect
:
"
NoSchedule"
...
...
cluster/addons/fluentd-gcp/fluentd-gcp-ds.yaml
View file @
8968ac5c
...
...
@@ -89,7 +89,7 @@ spec:
exit 1;
fi;
nodeSelector
:
alph
a.kubernetes.io/fluentd-ds-ready
:
"
true"
bet
a.kubernetes.io/fluentd-ds-ready
:
"
true"
tolerations
:
-
key
:
"
node.alpha.kubernetes.io/ismaster"
effect
:
"
NoSchedule"
...
...
cluster/gce/config-default.sh
View file @
8968ac5c
...
...
@@ -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
:-
alph
a
.kubernetes.io/fluentd-ds-ready=true
}
"
NODE_LABELS
=
"
${
KUBE_NODE_LABELS
:-
bet
a
.kubernetes.io/fluentd-ds-ready=true
}
"
# Optional: Enable node logging.
ENABLE_NODE_LOGGING
=
"
${
KUBE_ENABLE_NODE_LOGGING
:-
true
}
"
...
...
cluster/gce/config-test.sh
View file @
8968ac5c
...
...
@@ -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
:-
alph
a
.kubernetes.io/fluentd-ds-ready=true
}
"
NODE_LABELS
=
"
${
KUBE_NODE_LABELS
:-
bet
a
.kubernetes.io/fluentd-ds-ready=true
}
"
# Optional: Enable node logging.
ENABLE_NODE_LOGGING
=
"
${
KUBE_ENABLE_NODE_LOGGING
:-
true
}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment