Difference between revisions of "Helm yourapp"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 14: | Line 14: | ||
echo "Visit http://127.0.0.1:8080 to use your application" | echo "Visit http://127.0.0.1:8080 to use your application" | ||
kubectl --namespace default port-forward $POD_NAME 8080:$CONTAINER_PORT | kubectl --namespace default port-forward $POD_NAME 8080:$CONTAINER_PORT | ||
+ | |||
+ | |||
+ | Error: INSTALLATION FAILED: cannot load values.yaml: error converting YAML to JSON: yaml: line 46: did not find expected key | ||
== See also == | == See also == |
Revision as of 18:36, 15 February 2024
helm create YOUR_NEW_CHART cd YOUR_NEW_CHART helm install YOUR_NEW_APP . NAME: yourapp LAST DEPLOYED: Fri Mar 24 17:39:40 2023 NAMESPACE: default STATUS: deployed REVISION: 1 NOTES: 1. Get the application URL by running these commands: export POD_NAME=$(kubectl get pods --namespace default -l "app.kubernetes.io/name=yourapp,app.kubernetes.io/instance=yourapp" -o jsonpath="{.items[0].metadata.name}") export CONTAINER_PORT=$(kubectl get pod --namespace default $POD_NAME -o jsonpath=" {.spec.containers[0].ports[0].containerPort}") echo "Visit http://127.0.0.1:8080 to use your application" kubectl --namespace default port-forward $POD_NAME 8080:$CONTAINER_PORT
Error: INSTALLATION FAILED: cannot load values.yaml: error converting YAML to JSON: yaml: line 46: did not find expected key
See also
Advertising: