File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,20 +110,6 @@ $ go install github.com/icy/gk8s@latest
110110$ export PATH=$PATH:"$(go env GOPATH)/bin"
111111```
112112
113- ## Version information
114-
115- Show the build metadata from the current binary:
116-
117- ```
118- $ gk8s --version
119- ```
120-
121- When building locally you can bake in your git tag or version string:
122-
123- ```
124- $ go build -ldflags "-X main.gitTag=$(git describe --tags --always)" -o gk8s
125- ```
126-
127113Now prepare your configuration. It's important to note that
128114we don't like to put multiple cluster configurations in the same file.
129115That's possible, but this tool highly recommends to have seperated files
@@ -150,6 +136,15 @@ $ aws eks update-kubeconfig \
150136
151137## Examples
152138
139+
140+ ## Version information
141+
142+ Show the build metadata from the current binary:
143+
144+ ```
145+ $ gk8s --version
146+ ```
147+
153148The following commands yield the same result:
154149
155150```
You can’t perform that action at this time.
0 commit comments