We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Our current ingress paths are http://<IP>/skypilot/<cluster>/<port>.
http://<IP>/skypilot/<cluster>/<port>
However, in a multi-namespaced environment this may have collisions if two clusters have the same name but in different namespaces.
We should change to http://<IP>/skypilot/<namespace>/<cluster>/<port>
http://<IP>/skypilot/<namespace>/<cluster>/<port>
Need to think about backward compatibility here (might be ok since #3109 is not merged yet?).
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Our current ingress paths are
http://<IP>/skypilot/<cluster>/<port>
.However, in a multi-namespaced environment this may have collisions if two clusters have the same name but in different namespaces.
We should change to
http://<IP>/skypilot/<namespace>/<cluster>/<port>
Need to think about backward compatibility here (might be ok since #3109 is not merged yet?).
The text was updated successfully, but these errors were encountered: