Skip to content

Commit

Permalink
fixed issue with path to kube-ops-view
Browse files Browse the repository at this point in the history
  • Loading branch information
ruecarlo committed Sep 8, 2022
1 parent 98aeb3d commit 512f5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/karpenter/040_k8s_tools/install_kube_ops_view.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The following lines download the spec required to deploy kube-ops-view using a L

```
mkdir $HOME/environment/kube-ops-view
for file in kustomization.yaml rbac.yaml deployment.yaml service.yaml; do curl "https://raw.githubusercontent.com/awslabs/ec2-spot-workshops/master/content/karpenter/030_k8s_tools/k8_tools.files/kube_ops_view/${file}" > $HOME/environment/kube-ops-view/${file}; done
for file in kustomization.yaml rbac.yaml deployment.yaml service.yaml; do curl "https://raw.githubusercontent.com/awslabs/ec2-spot-workshops/master/content/karpenter/040_k8s_tools/k8_tools.files/kube_ops_view/${file}" > $HOME/environment/kube-ops-view/${file}; done
kubectl apply -k $HOME/environment/kube-ops-view
```

Expand Down

0 comments on commit 512f5f8

Please sign in to comment.