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

Update helm notes to match getting started for port-forward #1629

Merged
merged 1 commit into from
Apr 3, 2020

Conversation

tiffanyfay
Copy link
Contributor

@tiffanyfay tiffanyfay commented Apr 3, 2020

Description of the change

Updates the NOTES.txt for the Helm notes to match the getting started for port-forwarding.
Switching port forwarding from selecting the first pod to forwarding using the service. It should match the following:

kubectl port-forward -n kubeapps svc/kubeapps 8080:80
Kubeapps can be accessed via port 80 on the following DNS name from within your cluster:

   kubeapps.kubeapps.svc.cluster.local

To access Kubeapps from outside your K8s cluster, follow the steps below:

1. Get the Kubeapps URL by running these commands:
   echo "Kubeapps URL: http://127.0.0.1:8080"
   kubectl port-forward --namespace kubeapps service/kubeapps 8080:80

2. Open a browser and access Kubeapps using the obtained URL.
> k -n kubeapps get svc
NAME                              TYPE        CLUSTER-IP       EXTERNAL-IP   PORT(S)     AGE
kubeapps                      ClusterIP   10.107.22.58     <none>        80/TCP      53s
kubeapps-internal-assetsvc    ClusterIP   10.107.211.12    <none>        8080/TCP    53s
kubeapps-internal-dashboard   ClusterIP   10.100.149.241   <none>        8080/TCP    53s
kubeapps-internal-kubeops     ClusterIP   10.107.21.128    <none>        8080/TCP    53s
kubeapps-mongodb              ClusterIP   10.108.66.167    <none>        27017/TCP   53s

Tested by installing the helm chart.

Benefits

The helm notes will be updated and match the getting started for setting up port-forwarding.

Possible drawbacks

None

Applicable issues

Additional information

TODO: This has not been verified if it works correctly yet.

@tiffanyfay tiffanyfay changed the title [TODO: Needs verifying] Update helm notes to match getting started for port-forward Update helm notes to match getting started for port-forward Apr 3, 2020
Copy link
Contributor

@andresmgot andresmgot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! It works now

@andresmgot andresmgot merged commit a6faf76 into vmware-tanzu:master Apr 3, 2020
@tiffanyfay tiffanyfay deleted the helm-txt branch April 8, 2020 02:36
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.

3 participants