Unverified Commit 20a6749c authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #59950 from justaugustus/fix/hk-typo

Automatic merge from submit-queue (batch tested with PRs 59927, 59989, 59950). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. cluster/images/hyperkube: Fix typo in Dockerfile for aggregator symlink **What this PR does / why we need it**: Fixes typo in the hyperkube Dockerfile for kube-aggregator
parents 1e5a5841 3a8948c0
...@@ -26,7 +26,7 @@ RUN ln -s /hyperkube /apiserver \ ...@@ -26,7 +26,7 @@ RUN ln -s /hyperkube /apiserver \
&& ln -s /hyperkube /kubelet \ && ln -s /hyperkube /kubelet \
&& ln -s /hyperkube /proxy \ && ln -s /hyperkube /proxy \
&& ln -s /hyperkube /scheduler \ && ln -s /hyperkube /scheduler \
&& ln -s /hyperkube /aggerator \ && ln -s /hyperkube /aggregator \
&& ln -s /hyperkube /usr/local/bin/kube-apiserver \ && ln -s /hyperkube /usr/local/bin/kube-apiserver \
&& ln -s /hyperkube /usr/local/bin/kube-controller-manager \ && ln -s /hyperkube /usr/local/bin/kube-controller-manager \
&& ln -s /hyperkube /usr/local/bin/kubectl \ && ln -s /hyperkube /usr/local/bin/kubectl \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment