mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
Merge pull request #1 from monopole/updateReadmeWithTravis
update readme w/ travis
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
[sig-cli]: https://github.com/kubernetes/community/blob/master/sig-cli/README.md
|
[sig-cli]: https://github.com/kubernetes/community/blob/master/sig-cli/README.md
|
||||||
[workflows]: docs/workflows.md
|
[workflows]: docs/workflows.md
|
||||||
|
|
||||||
|
|
||||||
`kustomize` is a command line tool supporting
|
`kustomize` is a command line tool supporting
|
||||||
template-free customization of YAML (or JSON) objects
|
template-free customization of YAML (or JSON) objects
|
||||||
that conform to the [kubernetes style]. If your
|
that conform to the [kubernetes style]. If your
|
||||||
@@ -24,6 +25,10 @@ sharing and re-use.
|
|||||||
|
|
||||||
For more details, try a [demo].
|
For more details, try a [demo].
|
||||||
|
|
||||||
|
[](https://travis-ci.org/kubernetes-sigs/kustomize)
|
||||||
|
[](https://goreportcard.com/report/github.com/kubernetes-sigs/kustomize)
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
This assumes [Go](https://golang.org/) (v1.10.1 or higher)
|
This assumes [Go](https://golang.org/) (v1.10.1 or higher)
|
||||||
@@ -31,9 +36,10 @@ is installed and your `PATH` contains `$GOPATH/bin`:
|
|||||||
|
|
||||||
<!-- @installkustomize @test -->
|
<!-- @installkustomize @test -->
|
||||||
```
|
```
|
||||||
go get k8s.io/kubectl/cmd/kustomize
|
go get github.com/kubernetes-sigs/kustomize
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
#### 1) Make a base
|
#### 1) Make a base
|
||||||
|
|||||||
Reference in New Issue
Block a user