fix broken links : http://kubernetes.io/gettingstarted/ (#17756)
* fix broken links : http://kubernetes.io/gettingstarted/ * use relative paths Co-Authored-By: Qiming <tengqim@cn.ibm.com> * use relative paths Co-Authored-By: Qiming <tengqim@cn.ibm.com> * use relative paths Co-Authored-By: Qiming <tengqim@cn.ibm.com>pull/17822/head
parent
b4617988ad
commit
62590d05fc
|
@ -146,6 +146,6 @@ Ahh, that’s better.
|
|||
|
||||
##### Conclusion
|
||||
|
||||
So there you have it, nine new and exciting things you can do with your Kubernetes cluster and the kubectl command line. If you’re just getting started with Kubernetes, check out [Google Container Engine](https://cloud.google.com/container-engine/) or other ways to [get started with Kubernetes](http://kubernetes.io/gettingstarted/).
|
||||
So there you have it, nine new and exciting things you can do with your Kubernetes cluster and the kubectl command line. If you’re just getting started with Kubernetes, check out [Google Container Engine](https://cloud.google.com/container-engine/) or other ways to [get started with Kubernetes](/docs/tutorials/kubernetes-basics/).
|
||||
|
||||
- Brendan Burns, Google Software Engineer
|
||||
|
|
|
@ -46,7 +46,7 @@ As we mentioned above, we would love your help:
|
|||
- Connect with the community on [Slack](http://slack.kubernetes.io/)
|
||||
- Follow us on Twitter [@Kubernetesio](https://twitter.com/kubernetesio) for latest updates
|
||||
- Post questions (or answer questions) on Stackoverflow
|
||||
- Get started running, deploying, and using Kubernetes [guides](http://kubernetes.io/gettingstarted/)
|
||||
- Get started running, deploying, and using Kubernetes [guides](/docs/tutorials/kubernetes-basics/);
|
||||
|
||||
But, most of all, just let us know how you are transforming your business using Kubernetes, and how we can help you do it even faster. Thank you for your support!
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ People familiar with [Puppet](https://github.com/puppetlabs/puppet) might h
|
|||
|
||||
### The Puppet Kubernetes Module
|
||||
|
||||
The Puppet Kubernetes module currently assumes you already have a Kubernetes cluster [up and running](http://kubernetes.io/gettingstarted/). Its focus is on managing the resources in Kubernetes, like Pods, Replication Controllers and Services, not (yet) on managing the underlying kubelet or etcd services. Here’s a quick snippet of code describing a Pod in Puppet’s DSL.
|
||||
The Puppet Kubernetes module currently assumes you already have a Kubernetes cluster [up and running](/docs/tutorials/kubernetes-basics/);Its focus is on managing the resources in Kubernetes, like Pods, Replication Controllers and Services, not (yet) on managing the underlying kubelet or etcd services. Here’s a quick snippet of code describing a Pod in Puppet’s DSL.
|
||||
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue