We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377fe0c commit cb37be9Copy full SHA for cb37be9
Dockerfile
@@ -2,6 +2,6 @@ FROM nicolaka/netshoot
2
3
RUN echo 'alias ll="ls -Ahlp"' >> ~/.bashrc
4
RUN echo 'alias kcurl="curl -k -H \"Authorization: Bearer $(cat /var/run/secrets/kubernetes.io/serviceaccount/token)\""' >> ~/.bashrc
5
-RUN echo 'export KUBERNETES_API="https://$KUBERNETES_SERVICE_HOST:$KUBERNETES_SERVICE_PORT"'
+RUN echo 'export KUBERNETES_API="https://$KUBERNETES_SERVICE_HOST:$KUBERNETES_SERVICE_PORT"' >> ~/.bashrc
6
7
CMD ["sleep", "infinity"]
0 commit comments