Skip to content
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

Provisioning failure with helm #497

Closed
leecalcote opened this issue Oct 10, 2022 · 1 comment · Fixed by #498
Closed

Provisioning failure with helm #497

leecalcote opened this issue Oct 10, 2022 · 1 comment · Fixed by #498
Assignees
Labels
kind/bug Something isn't working

Comments

@leecalcote
Copy link
Member

leecalcote commented Oct 10, 2022

Kubernetes Version

$ kubectl version
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short.  Use --output=yaml|json to get the full version.
Client Version: version.Info{Major:"1", Minor:"25", GitVersion:"v1.25.2", GitCommit:"5835544ca568b757a8ecae5c153f317e5736700e", GitTreeState:"clean", BuildDate:"2022-09-21T14:25:45Z", GoVersion:"go1.19.1", Compiler:"gc", Platform:"darwin/amd64"}
Kustomize Version: v4.5.7
Server Version: version.Info{Major:"1", Minor:"25", GitVersion:"v1.25.0", GitCommit:"a866cbe2e5bbaa01cfd5e969aa3e033f3282a8a2", GitTreeState:"clean", BuildDate:"2022-08-23T17:38:15Z", GoVersion:"go1.19", Compiler:"gc", Platform:"linux/amd64"}

Adapter Logs

INFO[2022-10-10T14:19:26-05:00] Adaptor Listening at port: 10000              app=istio-adapter
INFO[2022-10-10T14:19:26-05:00] Registering static workloads with Meshery Server...  app=istio-adapter
INFO[2022-10-10T14:19:26-05:00] Registering latest components with Meshery Server  app=istio-adapter
INFO[2022-10-10T14:19:26-05:00] Components available statically for version 1.15.1. Skipping dynamic component registeration  app=istio-adapter
INFO[2022-10-10T14:19:28-05:00] Successfully registered static components with Meshery Server.  app=istio-adapter
INFO[2022-10-10T14:19:34-05:00] Listing Operations                            app=istio-adapter
INFO[2022-10-10T14:19:54-05:00] Applying operation istio                      app=istio-adapter
DEBU[2022-10-10T14:19:54-05:00] Requested install of version: 1.13.6          app=istio-adapter
DEBU[2022-10-10T14:19:54-05:00] Requested action is delete: false             app=istio-adapter
DEBU[2022-10-10T14:19:54-05:00] Requested action is in namespace: default     app=istio-adapter
INFO[2022-10-10T14:19:54-05:00] Looking for artifacts of requested version locally...  app=istio-adapter
INFO[2022-10-10T14:19:54-05:00] Artifacts not found...                        app=istio-adapter
INFO[2022-10-10T14:19:54-05:00] Downloading requested istio version artifacts...  app=istio-adapter
INFO[2022-10-10T14:19:57-05:00] Installing using helm charts...               app=istio-adapter
ERRO[2022-10-10T14:20:01-05:00] unable to build kubernetes objects from release manifest: [resource mapping not found for name: "istiod" namespace: "istio-system" from "": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1"
ensure CRDs are installed first, resource mapping not found for name: "istiod" namespace: "istio-system" from "": no matches for kind "HorizontalPodAutoscaler" in version "autoscaling/v2beta1"
ensure CRDs are installed first]  app=istio-adapter code=1025 probable-cause= severity=2 short-description="Error occurred while applying Helm Chart" suggested-remediation=
INFO[2022-10-10T14:20:01-05:00] Retrying to install using istioctl...         app=istio-adapter
INFO[2022-10-10T14:20:01-05:00] Installing using istioctl...                  app=istio-adapter
INFO[2022-10-10T14:20:01-05:00] Looking for istioctl in the path...           app=istio-adapter
INFO[2022-10-10T14:20:39-05:00] Sending event                                 app=istio-adapter
INFO[2022-10-10T14:20:39-05:00] Event stored and sent successfully            app=istio-adapter

Environment

  • Host OS: MacOX
  • Platform: local build
  • Meshery Server Version: stable-v
  • Meshery Client Version: stable-v
  • Meshery Adapter Version: stable-v

Contributor Guides and Resources

@leecalcote
Copy link
Member Author

Perhaps, "installed" is the appropriate conjugation and is what the adapter was previously reporting prior to the events-related functionality upgrade.
Screen Shot 2022-10-10 at 2 25 02 PM

Revolyssup added a commit to Revolyssup/meshery-istio that referenced this issue Oct 11, 2022
Signed-off-by: revolyssup <ashishjaitiwari15112000@gmail.com>
@Revolyssup Revolyssup mentioned this issue Oct 11, 2022
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants