pixie-io / pixie

Instant Kubernetes-Native Application Observability
https://px.dev
Apache License 2.0
5.49k stars 424 forks source link

px deploy error when depoying vizier #575

Open oslet opened 2 years ago

oslet commented 2 years ago

Describe the bug px deploy not finished err: Deploying Vizier ERR: Vizier.px.dev "pixie" is invalid

To Reproduce Steps to reproduce the behavior:

./px version Pixie CLI Update to version "0.7.17" available. Run "px update cli" to update. 0.7.15+Distribution.adb23c5.20220630065906.1.jenkins ❯ px deploy --pem_memory_limit=5Gi Pixie CLI Update to version "0.7.17" available. Run "px update cli" to update.

Running Cluster Checks: ✔ Kernel version > 4.14.0 ✔ Cluster type is supported ✔ K8s version > 1.16.0 ✔ Kubectl > 1.10.0 is present ✔ User can create namespace ✕ Cluster type is in list of known supported types ERR: Cluster type is not in list of known supported cluster types. Please see: https://docs.px.dev/installing-pixie/requirements/ Some cluster checks failed. Pixie may not work properly on your cluster. Continue with deploy? (y/n) [y] : y Installing Vizier version: 0.11.9 Generating YAMLs for Pixie Deploying Pixie to the following cluster: kubernetes-admin@kubernetes Is the cluster correct? (y/n) [y] : y Found 1 nodes ✔ Installing OLM CRDs ✔ Deploying OLM ✔ Deploying Pixie OLM Namespace ✔ Installing Vizier CRD ✔ Deploying OLM Catalog ✔ Deploying OLM Subscription ✔ Creating namespace ✕ Deploying Vizier ER DeployingR: Vizier.px.dev "pixie" is invalid: spec.dataCollectorParams: Invalid value: "null": spec.dataCollectorParams in body must be of type object: "null" FATA[0168] Failed to deploy Vizier error="Vizier.px.dev \"pixie\" is invalid: spec.dataCollectorParams: Invalid value: \"null\": spec.dataCollectorParams in body must be of type object: \"null\""

Screenshots image

Logs Please attach the logs by running the following command:

./px collect-logs
[pixie_logs_20220822190622.zip](https://github.com/pixie-io/pixie/files/9393778/pixie_logs_20220822190622.zip)

App information (please complete the following information):

aimichelle commented 2 years ago

Hi @oslet ! Sorry to hear the deployment isn't working as expected. Would you mind sharing the output of kubectl describe crd vizier and kubectl describe vizier pixie -n pl? Make sure to blank out the deploy key in the spec for the latter command.

oslet commented 2 years ago

Hi @oslet ! Sorry to hear the deployment isn't working as expected. Would you mind sharing the output of kubectl describe crd vizier and kubectl describe vizier pixie -n pl? Make sure to blank out the deploy key in the spec for the latter command.


* kubectl describe vizier pixie -n pl 

kubectl describe vizier pixie -n pl Error from server (NotFound): viziers.px.dev "pixie" not found

gururajumoe commented 2 years ago

+1

oslet commented 2 years ago

installation was successful, following this document https://docs.px.dev/installing-pixie/install-guides/airgap-pixie/