mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #68082 from aldarionsevero/master
fix typo: result is of that -> result of that
This commit is contained in:
commit
cb4e809fe9
@ -208,7 +208,7 @@ function is_leader() {
|
|||||||
|
|
||||||
# The business logic for whether a given object should be created
|
# The business logic for whether a given object should be created
|
||||||
# was already enforced by salt, and /etc/kubernetes/addons is the
|
# was already enforced by salt, and /etc/kubernetes/addons is the
|
||||||
# managed result is of that. Start everything below that directory.
|
# managed result of that. Start everything below that directory.
|
||||||
log INFO "== Kubernetes addon manager started at $(date -Is) with ADDON_CHECK_INTERVAL_SEC=${ADDON_CHECK_INTERVAL_SEC} =="
|
log INFO "== Kubernetes addon manager started at $(date -Is) with ADDON_CHECK_INTERVAL_SEC=${ADDON_CHECK_INTERVAL_SEC} =="
|
||||||
|
|
||||||
# Create the namespace that will be used to host the cluster-level add-ons.
|
# Create the namespace that will be used to host the cluster-level add-ons.
|
||||||
|
Loading…
Reference in New Issue
Block a user