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
@netlify
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 911e4f2

@ddelnano
Copy link
Member

ddelnano commented Nov 5, 2025

@jaehanbyun sorry for the late review on this!

@ddelnano
Copy link
Member

ddelnano commented Nov 5, 2025

@jaehanbyun could you please gpg sign you commits? We need to have the commit signed before it can be merged.

@jaehanbyun jaehanbyun force-pushed the docs/helm-install-port branch from be28e81 to 911e4f2 Compare November 6, 2025 03:22
@jaehanbyun
Copy link
Author

Sure @ddelnano, just signed the commit. All set now!

@jaehanbyun jaehanbyun requested a review from ddelnano November 6, 2025 03:27
@ddelnano
Copy link
Member

ddelnano commented Nov 6, 2025

@aimichelle can you trigger a deploy preview for this?

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

2 participants