diff options
| author | Christoph Blecker <admin@toph.ca> | 2017-12-21 17:53:39 -0800 |
|---|---|---|
| committer | Christoph Blecker <admin@toph.ca> | 2017-12-21 18:34:08 -0800 |
| commit | 95a4a105cd5e626edca2f8f00eb3dff32f1f1c5c (patch) | |
| tree | 04eb87ec9b60f1d8f282d528fdb308be787af018 /sig-cli | |
| parent | ce3044d912391d987a9ef8315c701f3e5671fe45 (diff) | |
Use git.k8s.io for links
Diffstat (limited to 'sig-cli')
| -rw-r--r-- | sig-cli/CONTRIBUTING.md | 20 | ||||
| -rw-r--r-- | sig-cli/migrated-from-wiki/roadmap-kubectl.md | 18 | ||||
| -rw-r--r-- | sig-cli/outreachy.md | 4 |
3 files changed, 21 insertions, 21 deletions
diff --git a/sig-cli/CONTRIBUTING.md b/sig-cli/CONTRIBUTING.md index 6fc1b52a..d650665f 100644 --- a/sig-cli/CONTRIBUTING.md +++ b/sig-cli/CONTRIBUTING.md @@ -413,12 +413,12 @@ See the sig-cli [community page] for points of contact and meeting times: [`PTAL`]: https://en.wiktionary.org/wiki/PTAL [agenda]: https://docs.google.com/document/d/1r0YElcXt6G5mOWxwZiXgGu_X6he3F--wKwg-9UBc29I/edit [bug]: #bug-lifecycle -[communication]: https://github.com/kubernetes/community/tree/master/sig-cli#contact -[community page]: https://github.com/kubernetes/community/tree/master/sig-cli +[communication]: /sig-cli#contact +[community page]: /sig-cli [design proposal]: #design-proposals -[design repo]: https://github.com/kubernetes/community/tree/master/contributors/design-proposals/cli -[design template]: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/Design_Proposal_TEMPLATE.md -[development guide]: https://github.com/kubernetes/community/blob/master/contributors/devel/development.md +[design repo]: /contributors/design-proposals/cli +[design template]: /contributors/design-proposals/Design_Proposal_TEMPLATE.md +[development guide]: /contributors/devel/development.md [existing issue]: #adopt-an-issue [feature repo]: https://github.com/kubernetes/features [feature request]: #feature-requests @@ -426,14 +426,14 @@ See the sig-cli [community page] for points of contact and meeting times: [group]: https://groups.google.com/forum/#!forum/kubernetes-sig-cli [issue]: https://github.com/kubernetes/kubectl/projects/3 [kubectl docs]: https://kubernetes.io/docs/tutorials/object-management-kubectl/object-management/ -[kubernetes/cmd/kubectl]: https://github.com/kubernetes/kubernetes/tree/master/cmd/kubectl -[kubernetes/pkg/kubectl]: https://github.com/kubernetes/kubernetes/tree/master/pkg/kubectl -[leads]: https://github.com/kubernetes/community/tree/master/sig-cli#leads +[kubernetes/cmd/kubectl]: https://git.k8s.io/kubernetes/cmd/kubectl +[kubernetes/pkg/kubectl]: https://git.k8s.io/kubernetes/pkg/kubectl +[leads]: /sig-cli#leads [management overview]: https://kubernetes.io/docs/concepts/tools/kubectl/object-management-overview -[meeting]: https://github.com/kubernetes/community/tree/master/sig-cli#meetings +[meeting]: /sig-cli#meetings [release]: #release [slack-messages]: https://kubernetes.slack.com/messages/sig-cli [slack-signup]: http://slack.k8s.io/ -[tests]: https://github.com/kubernetes/community/blob/master/contributors/devel/testing.md +[tests]: /contributors/devel/testing.md [cli mentors]: https://groups.google.com/a/google.com/forum/#!forum/kubernetes-sig-cli-mentors [about me form]: https://docs.google.com/forms/d/1ID6DX1abiDr9Z9_sXXC0DsMwuyHb_NeFdB3xeRa4Vf0 diff --git a/sig-cli/migrated-from-wiki/roadmap-kubectl.md b/sig-cli/migrated-from-wiki/roadmap-kubectl.md index ccc55b46..4fbf7a84 100644 --- a/sig-cli/migrated-from-wiki/roadmap-kubectl.md +++ b/sig-cli/migrated-from-wiki/roadmap-kubectl.md @@ -2,7 +2,7 @@ `kubectl` is the Kubernetes CLI. -If you'd like to contribute, please read the [conventions](https://github.com/kubernetes/community/blob/master/contributors/devel/kubectl-conventions.md) and familiarize yourself with [existing commands](http://kubernetes.io/docs/user-guide/kubectl-overview/). +If you'd like to contribute, please read the [conventions](/contributors/devel/kubectl-conventions.md) and familiarize yourself with [existing commands](http://kubernetes.io/docs/user-guide/kubectl-overview/). **Owner:** @kubernetes/kubectl @@ -30,28 +30,28 @@ If you'd like to contribute, please read the [conventions](https://github.com/ku * [Make `kubectl run --restart=Never` creates Pods (instead of Jobs)](https://github.com/kubernetes/kubernetes/issues/24533) * Create commands/flags for common get + template patterns (e.g. getting service IP address) * [Implement `kubectl cp`](https://github.com/kubernetes/kubernetes/issues/13776) to copy files between containers and local for debugging -* `kubectl rollout` +* `kubectl rollout` * [Add `kubectl rollout start` to show how to start a rollout](https://github.com/kubernetes/kubernetes/issues/25142) * [Add `kubectl rollout status`](https://github.com/kubernetes/kubernetes/issues/25235) * Scripting support * [wait](https://github.com/kubernetes/kubernetes/issues/1899) * [watch / IFTTT](https://github.com/kubernetes/kubernetes/issues/5164) -* [Add `kubectl top`](https://github.com/kubernetes/kubernetes/issues/11382) which lists resource metrics. +* [Add `kubectl top`](https://github.com/kubernetes/kubernetes/issues/11382) which lists resource metrics. ### Alternative interfaces * Create a terminal based console, ref [docker console](https://github.com/dustinlacewell/console) ([video](https://www.youtube.com/watch?v=wSzZxbDYgtY)) * [Add `kubectl sh`, an interactive shell](https://github.com/kubernetes/kubernetes/issues/25385), or make a kubectlshell in contrib and make bash completion part of it (ref [pythonshell](https://gist.github.com/bprashanth/9a3c8dfbba443698ddd960b8087107bf)) -* Think about how/whether to invoke generation commands such as `kubectl run` or `kubectl create configmap` in bulk, declaratively, such as part of the `apply` flow. +* Think about how/whether to invoke generation commands such as `kubectl run` or `kubectl create configmap` in bulk, declaratively, such as part of the `apply` flow. * [ChatOps](https://www.pagerduty.com/blog/what-is-chatops/) bot -- such as [kubebot](https://github.com/harbur/kubebot) (add to tools documentation) -### Improve help / error messages / output +### Improve help / error messages / output * Make kubectl functionality more discoverable * [Overhaul kubectl help](https://github.com/kubernetes/kubernetes/issues/16089) * ~~[Print "Usage" at the bottom](https://github.com/kubernetes/kubernetes/issues/7496)~~ - * Add keywords (critical words) to help - * List valid resources for each command - * Make short description of each command more concrete; use the same language for each command + * Add keywords (critical words) to help + * List valid resources for each command + * Make short description of each command more concrete; use the same language for each command * Link to docs ([kubernetes.io/docs](http://kubernetes.io/docs)) * [Update `kubectl help` descriptions and examples from docs](https://github.com/kubernetes/kubernetes/issues/25290) * Embed formatting and post-process for different media (terminal, man, github, etc.) @@ -96,7 +96,7 @@ If you'd like to contribute, please read the [conventions](https://github.com/ku ### Installation / Release * `gcloud` should enable kubectl bash completion when installing `kubectl` * [Pipe-to-sh to install kubectl](https://github.com/kubernetes/kubernetes/issues/25386) -* [Static build of kubectl for containers](https://github.com/kubernetes/kubernetes/issues/23708) ([we have it](https://github.com/kubernetes/kubernetes/tree/master/examples/kubectl-container), but it's not part of the release) +* [Static build of kubectl for containers](https://github.com/kubernetes/kubernetes/issues/23708) ([we have it](https://git.k8s.io/kubernetes/examples/kubectl-container), but it's not part of the release) ### Others * [Move functionality to server](https://github.com/kubernetes/kubernetes/issues/12143) diff --git a/sig-cli/outreachy.md b/sig-cli/outreachy.md index 981e20f7..89f8cc40 100644 --- a/sig-cli/outreachy.md +++ b/sig-cli/outreachy.md @@ -18,7 +18,7 @@ It groups containers that make up an application into logical units for easy man [kubernetes.io](https://kubernetes.io/) ## What are SIGs / What is SIG-CLI? -Kubernetes is a set of projects, each shepherded by a special interest group (SIG). To get a grasp of the projects that we work on, check out the complete [list of SIGs](https://github.com/kubernetes/community/blob/master/sig-list.md). +Kubernetes is a set of projects, each shepherded by a special interest group (SIG). To get a grasp of the projects that we work on, check out the complete [list of SIGs](/sig-list.md). SIG-CLI Covers kubectl and related tools. We focus on the development and standardization of the CLI framework and its dependencies, the establishment of conventions for writing CLI commands, POSIX compliance, and improving the command line tools from a developer and devops user experience and usability perspective. @@ -38,7 +38,7 @@ As part of the application process, the Outreachy program recommends that candid To start working on the project, make sure to fill out the CLA and check if you have the right environment with this guide. The README in the [community repo](https://github.com/kubernetes/community) details these things and more. Check out these specific resources for how to contribute to CLI: -* SIG-CLI - [How to Contribute](https://github.com/kubernetes/community/blob/master/sig-cli/CONTRIBUTING.md) +* SIG-CLI - [How to Contribute](/sig-cli/CONTRIBUTING.md) * Filter issue search for: `is:open is:issue label:sig/cli label:"help wanted"` * Hand picked issues for outreachy applications: https://github.com/kubernetes/kubectl/projects/3 |
