-
Notifications
You must be signed in to change notification settings - Fork 92
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
Server is unable to handle /v1, Kind=Statefulset #57
Comments
Could you share the complete output? I believe Pulumi does support this, but sounds like you are deploying to a Kubernetes cluster which does not support it. |
For a given sts:
I was trying to use kubespy to get progress status
Kubectl version: Searched with Works for deployment or service:
Also, implementing kubectl shortcuts like sts, svc would be very convenient, example: |
The kind name is case sensitive, so you have to use Related #49 |
ok, that was imho confusing: case sensitive:
not case sensitive:
|
Adding support for Kind=Statefulset would be much appreciated.
The text was updated successfully, but these errors were encountered: