Created
August 22, 2020 23:52
-
-
Save bharatmicrosystems/9ae75d99bec6d230e92f276db0f4a4c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ kn service create helloworld-go --image gcr.io/knative-samples/helloworld-go --env TARGET="World" --annotation autoscaling.knative.dev/target=10 | |
| Creating service 'helloworld-go' in namespace 'default': | |
| 0.171s Configuration "helloworld-go" is waiting for a Revision to become ready. | |
| 6.260s ... | |
| 6.324s Ingress has not yet been reconciled. | |
| 6.496s Waiting for load balancer to be ready | |
| 6.637s Ready to serve. | |
| Service 'helloworld-go' created to latest revision 'helloworld-go-zglmv-1' is available at URL: | |
| http://helloworld-go.default.34.71.125.175.xip.io |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment