Skip to content

Commit

Permalink
Merge pull request #88 from derekwaynecarr/fix-kubelet-stats
Browse files Browse the repository at this point in the history
Fix kubelet stats summary endpoint with cri-o
  • Loading branch information
openshift-merge-robot authored Sep 21, 2018
2 parents d919bbc + 8504970 commit d948fb8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ contents: |
--rotate-certificates \
--serialize-image-pulls=false \
--container-runtime=remote \
--container-runtime-endpoint=unix:///var/run/crio/crio.sock \
--container-runtime-endpoint=/var/run/crio/crio.sock \
--runtime-request-timeout=${KUBELET_RUNTIME_REQUEST_TIMEOUT} \
--lock-file=/var/run/lock/kubelet.lock \
--exit-on-lock-contention \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ contents: |
--rotate-certificates \
--serialize-image-pulls=false \
--container-runtime=remote \
--container-runtime-endpoint=unix:///var/run/crio/crio.sock \
--container-runtime-endpoint=/var/run/crio/crio.sock \
--runtime-request-timeout=${KUBELET_RUNTIME_REQUEST_TIMEOUT} \
--lock-file=/var/run/lock/kubelet.lock \
--exit-on-lock-contention \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ contents: |
--rotate-certificates \
--serialize-image-pulls=false \
--container-runtime=remote \
--container-runtime-endpoint=unix:///var/run/crio/crio.sock \
--container-runtime-endpoint=/var/run/crio/crio.sock \
--runtime-request-timeout=${KUBELET_RUNTIME_REQUEST_TIMEOUT} \
--lock-file=/var/run/lock/kubelet.lock \
--exit-on-lock-contention \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ contents: |
--rotate-certificates \
--serialize-image-pulls=false \
--container-runtime=remote \
--container-runtime-endpoint=unix:///var/run/crio/crio.sock \
--container-runtime-endpoint=/var/run/crio/crio.sock \
--runtime-request-timeout=${KUBELET_RUNTIME_REQUEST_TIMEOUT} \
--lock-file=/var/run/lock/kubelet.lock \
--exit-on-lock-contention \
Expand Down
2 changes: 1 addition & 1 deletion templates/_base/master/units/kubelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ contents: |
--rotate-certificates \
--serialize-image-pulls=false \
--container-runtime=remote \
--container-runtime-endpoint=unix:///var/run/crio/crio.sock \
--container-runtime-endpoint=/var/run/crio/crio.sock \
--runtime-request-timeout=${KUBELET_RUNTIME_REQUEST_TIMEOUT} \
--lock-file=/var/run/lock/kubelet.lock \
--exit-on-lock-contention \
Expand Down
2 changes: 1 addition & 1 deletion templates/_base/worker/units/kubelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ contents: |
--rotate-certificates \
--serialize-image-pulls=false \
--container-runtime=remote \
--container-runtime-endpoint=unix:///var/run/crio/crio.sock \
--container-runtime-endpoint=/var/run/crio/crio.sock \
--runtime-request-timeout=${KUBELET_RUNTIME_REQUEST_TIMEOUT} \
--lock-file=/var/run/lock/kubelet.lock \
--exit-on-lock-contention \
Expand Down

0 comments on commit d948fb8

Please sign in to comment.