-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
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
failed calling webhook when namespace is not kaito-workspace
#336
Labels
bug
Something isn't working
Comments
Thanks for pointing out this issue with the namespace reference in our Helm chart. We've identified the problem and are addressing it in Pull Request #337, which will be included in our next release. Until then, please install the workspace controller using the |
helayoty
added a commit
that referenced
this issue
Apr 4, 2024
**Reason for Change**: - Update the namespace to use the release namespace. **Requirements** - [ ] added unit tests and e2e tests (if applicable). **Issue Fixed**: Fixes #336 **Notes for Reviewers**: --------- Signed-off-by: Heba <31887807+helayoty@users.noreply.github.com> Co-authored-by: ishaansehgal99 <ishaanforthewin@gmail.com>
helayoty
added a commit
that referenced
this issue
Apr 4, 2024
**Reason for Change**: - Update the namespace to use the release namespace. **Requirements** - [ ] added unit tests and e2e tests (if applicable). **Issue Fixed**: Fixes #336 **Notes for Reviewers**: --------- Signed-off-by: Heba <31887807+helayoty@users.noreply.github.com> Co-authored-by: ishaansehgal99 <ishaanforthewin@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
If you follow the installation docs here and here it is stated to install the workspace controller to the namespace
kaito-workspace
. But when you do this, you get an validation error when adding any preset model.Steps To Reproduce
Expected behavior
Installation in any namespace should be to final solution, but until that the docs should be adopted.
Logs
Error from server (InternalError): error when creating "https://raw.githubusercontent.com/Azure/kaito/main/examples/inference/kaito_workspace_phi-2.yaml": Internal error occurred: failed calling webhook "validation.workspace.kaito.sh": failed to call webhook: Post "https://workspace.workspace.svc:9443/?timeout=10s": service "workspace" not found
Environment
kubectl version
): v1.28.5Additional context
PR for this is created here #334
The text was updated successfully, but these errors were encountered: