Skip to content

Commit

Permalink
fix(lint): shell
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao committed May 13, 2022
1 parent 2e76dfa commit 1f63823
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ kubectl-get-namespaces:
kubectl get namespaces
kubectl-get-storageclasses:
kubectl get storageclasses --all-namespaces
kubectl-get-persistentvolumes:
kubectl get persistentvolumes --all-namespaces
kubectl-get-persistentvolumeclaims:
kubectl get persistentvolumeclaims --all-namespaces
kubectl-get-endpoints:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/bin/utils/installPixie.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kustomize build k8s/cloud/public/ | kubectl apply --filename=-
kubectl get service cloud-proxy-service -n plc
kubectl get service vzconn-service -n plc
go build src/utils/dev_dns_updater/dev_dns_updater.go
./dev_dns_updater --domain-name="dev.withpixie.dev" --kubeconfig=$HOME/.kube/config --n=plc
./dev_dns_updater --domain-name="dev.withpixie.dev" --kubeconfig="$HOME/.kube/config" --n=plc
echo "=================================================="

echo "# Install the Pixie CLI"
Expand Down

0 comments on commit 1f63823

Please sign in to comment.