Skip to content

Conversation

jaehanbyun
Copy link

@jaehanbyun jaehanbyun commented Jun 22, 2025

Fixes: #297

This PR addresses an issue where the official Helm installation guide for the Pixie Operator provides a cloudAddr value without a port. This misconfiguration leads to gRPC connection failures in the vizier-operator, with errors such as

transport: Error while dialing dial tcp: address getcosmic.ai: missing port in address.

Consequently, the Pixie Edge Module (PEM) and Agent fail to deploy correctly.
To resolve this, the example Helm commands in the documentation have been updated to include the standard :443 port with the cloudAddr value. This ensures that users can follow the guide without encountering connection errors during installation.

@jaehanbyun jaehanbyun requested a review from a team as a code owner June 22, 2025 07:56
Copy link

netlify bot commented Jun 22, 2025

👷 Deploy request for docs-px-dev pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit be28e81

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Helm chart’s default cloudAddr omits port, causing PEM deployment to fail
1 participant