Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
d57d6062
Unverified
Commit
d57d6062
authored
Jan 29, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Jan 29, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #73495 from neolit123/phase-control-plane
kubeadm: fix missing 'all' in 'init phase control-plane'
parents
bb9a12d6
52e62a73
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
controlplane.go
cmd/kubeadm/app/cmd/phases/controlplane.go
+3
-2
No files found.
cmd/kubeadm/app/cmd/phases/controlplane.go
View file @
d57d6062
...
...
@@ -34,10 +34,10 @@ var (
controlPlaneExample
=
normalizer
.
Examples
(
`
# Generates all static Pod manifest files for control plane components,
# functionally equivalent to what is generated by kubeadm init.
kubeadm init phase control-plane
kubeadm init phase control-plane
all
# Generates all static Pod manifest files using options read from a configuration file.
kubeadm init phase control-plane --config config.yaml
kubeadm init phase control-plane
all
--config config.yaml
`
)
controlPlanePhaseProperties
=
map
[
string
]
struct
{
...
...
@@ -80,6 +80,7 @@ func NewControlPlanePhase() workflow.Phase {
Name
:
"all"
,
Short
:
"Generates all static Pod manifest files"
,
InheritFlags
:
getControlPlanePhaseFlags
(
"all"
),
Example
:
controlPlaneExample
,
RunAllSiblings
:
true
,
},
newControlPlaneSubPhase
(
kubeadmconstants
.
KubeAPIServer
),
...
...
Write
Preview
Markdown
is supported
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