-
Notifications
You must be signed in to change notification settings - Fork 71
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
resource mapping not found for name: "spinnaker" namespace: "spinnaker" from "STDIN": no matches for kind "SpinnakerService" in version "spinnaker.io/v1alpha2" #264
Comments
I found a similar issue when you try to install the operator and spinnaker in a single namespace, currently working on this Branch to solve that, I think those changes might also solve this issue. |
Oh thanks for your reply; Maybe there is a quick workaround which you can advise until you fix the problem? I need to deploy a Spinnaker but stuck the problem, cannot progress. |
I installed the operator which you referenced; now I get following error message:
|
Sorry I just saw that your are using Your manifest is correct you are using when using this operator you should see this output: $ kubectl api-resources | grep spin
spinnakeraccounts spinaccount spinnaker.io/v1alpha2 true SpinnakerAccount
spinnakerservices spinsvc spinnaker.io/v1alpha2 true SpinnakerService |
@ichi0915 thanks for your advise. Good catch!
SpinnakerService
...and the result:
|
Hi @tirelibirefe, sorry for the delay, where you able to install spinnaker? if not I recommend checking this guide or maybe try using the bash script in this repo to install it IDK why it is giving you the error |
same error ,when install operator, maybe should wait some time ,then apply spinsvc kubernetes v1.27.7
|
Hello,
This is what I do...
Installing operator:
helm install armory-spinnaker-operator -n spinnaker-operator --wait armory/armory-spinnaker-operator
things work; no problem.
this is my spinnakerservice manifest:
I get the following error:
Am I missing something? Could you please advise?
Thanks & Regards
The text was updated successfully, but these errors were encountered: