GoogleCloudPlatform / GoogleCloudPlatform/deploymentmanager-samples
Port forwarding not working
Open
- Dominant language
- Jinja
- Stars
- 951
- Forks
- 700
- PR merge metrics
- No merged PRs in 30d
Description
I ran the gke/python example to deploy a k8s cluster via DM. Follow the 1st method to expose the service seemed to hang and was trying to link to localhost; I was running commands from my local machine. Running the following command enabled me to expose the service
`kubectl expose deployment <> --type LoadBalancer --port 80 --target-port 8080
`
Contributor guide
Assessment
This issue has not been assessed yet.