We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Feedback: The README should describe what is created by the Shell script.
#my_cluster_url=$(ibmcloud ks cluster get --cluster $my_ic_cluster_name --output json | jq -r .serverURL) # classic my_cluster_url=$(ibmcloud ks cluster get --cluster $my_ic_cluster_name --output json | jq -r .masterURL) # vpc
#classic ingress_address=$(ibmcloud ks cluster get --cluster $my_ic_cluster_name --output json|jq -r .ingressHostname) #classic ingress_address=$(ibmcloud ks cluster get --cluster $my_ic_cluster_name --output json|jq -r .ingress.hostname) #vpc
The text was updated successfully, but these errors were encountered:
We have started to improve the code to support both approach. We are just missing the file storage support on VPC
Sorry, something went wrong.
No branches or pull requests
Feedback:
The README should describe what is created by the Shell script.
The text was updated successfully, but these errors were encountered: