Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Rke
Commits
7eb0dd0a
Commit
7eb0dd0a
authored
7 years ago
by
galal-hussein
Browse files
Options
Download
Email Patches
Plain Diff
make kubeconfig not hidden
parent
e0bdd92d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-1
.gitignore
README.md
+1
-1
README.md
pki/constants.go
+1
-1
pki/constants.go
with
3 additions
and
3 deletions
+3
-3
.gitignore
+
1
-
1
View file @
7eb0dd0a
...
...
@@ -3,4 +3,4 @@
/dist
*.swp
/.trash-cache
admin.
config
kube_
config
*
This diff is collapsed.
Click to expand it.
README.md
+
1
-
1
View file @
7eb0dd0a
...
...
@@ -181,7 +181,7 @@ And then run:
rke up
--config
cluster.yml
```
RKE will first look for the local
`
.
kube_config_cluster.yml`
and then tries to upgrade each service to the latest image.
RKE will first look for the local
`kube_config_cluster.yml`
and then tries to upgrade each service to the latest image.
> Note that rollback isn't supported in RKE and may lead to unxpected results
...
...
This diff is collapsed.
Click to expand it.
pki/constants.go
+
1
-
1
View file @
7eb0dd0a
...
...
@@ -21,5 +21,5 @@ const (
KubeAdminCertName
=
"kube-admin"
KubeAdminOrganizationName
=
"system:masters"
KubeAdminConfigPrefix
=
"
.
kube_config_"
KubeAdminConfigPrefix
=
"kube_config_"
)
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help