-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
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
Deprecation of kube ui addon #682
Conversation
Added a paragraph to point users to kubernetes dashboard, kube-ui is a dead end found that out myself.
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
I signed it! |
CLAs look good, thanks! |
@@ -434,6 +434,12 @@ The Kubernetes UI can be installed using `kubectl` to run the following manifest | |||
kubectl create -f https://raw.githubusercontent.com/projectcalico/calico-cni/k8s-1.1-docs/samples/kubernetes/master/kube-ui/kube-ui.yaml | |||
``` | |||
|
|||
Note: The Kubernetes UI addon is deprecated and has been replaced with Kubernetes dashboard. You can install it by running: | |||
|
|||
```kubectl create -f https://rawgit.com/kubernetes/dashboard/master/src/deploy/kubernetes-dashboard.yaml``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
439: ```shell
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then on 440: the command
Then on 441: ```
@jonathan-kosgei ping |
Hi, this my first time contributing, what exactly do I need to do?
|
@jonathan-kosgei There are a couple in-line suggestions that need some addressing. Easiest way is to just use github.com's web interface and make the suggested edits over at https://github.com/jonathan-kosgei/kubernetes.github.io (click "Edit" on any file there). As soon as you save your changes, this PR will see the updates. |
Done. Made the changes with the note. |
On Wed, Jun 29, 2016 at 1:13 AM, johndmulhausen [email protected]
|
@jonathan-kosgei I don't see your changes for John's comments. Would you update the PR with his suggestions? |
@jonathan-kosgei actually I will just merge and fix the issue |
fix typo in distributed tracing blog post Problem just a simple typo. someone uses "of" instead of "or" Solution ~of~ or Fixes N/A - no issue filed Signed-off-by: Lucas Melchior <[email protected]>
* Add content/pt-br/data_center.md * Update category
Added a paragraph to point users to kubernetes dashboard, kube-ui is a dead end found that out the hard way.