Skip to content

Commit

Permalink
Updating welcome docs
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Jun 19, 2023
1 parent b4f1a93 commit 85a762e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions wrongsecret-desktop-resources/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,15 @@ on Aws that would be:

```shell
export KUBERNETES_SERVICE_HOST=10.100.0.1
export KUBERNETES_SERVICE_PORT=443
export KUBERNETES_SERVICE_PORT_HTTPS=443
export KUBERNETES_SERVICE_PORT=8443
export KUBERNETES_SERVICE_PORT_HTTPS=8443
```
Where the SERVICE_HOST IP might be different. You can find the right IP with the command below at the host serving the minikube:

```shell
kubectl -n kube-system get pod -l component=kube-apiserver -o=jsonpath="{.items[0].metadata.annotations.kubeadm\.kubernetes\.io/kube-apiserver\.advertise-address\.endpoint}"
```


### When you are in a CTF

Expand Down

0 comments on commit 85a762e

Please sign in to comment.