Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions scripts/add-PR-comment-for-deploy-to-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ nohup kubectl -n infra port-forward svc/infra-server-service 8443:8443 &
make pull-infractl-from-dev-server
\`\`\`

:unlock: You must go to `https://localhost:8443/downloads` to export an `INFRA_TOKEN`. Your token from the prod infra instance will not work with dev environments.

:bike: You can then **use** the dev infra instance e.g.:
\`\`\`
bin/infractl -k -e localhost:8443 whoami
Expand Down
Loading