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
164f79e2
Commit
164f79e2
authored
Jan 11, 2019
by
ksubrmnn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update config tests
parent
a47e99e3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
internal.yaml
.../app/util/config/testdata/conversion/master/internal.yaml
+4
-0
v1beta1.yaml
...m/app/util/config/testdata/conversion/master/v1beta1.yaml
+4
-0
defaulted.yaml
...app/util/config/testdata/defaulting/master/defaulted.yaml
+4
-0
No files found.
cmd/kubeadm/app/util/config/testdata/conversion/master/internal.yaml
View file @
164f79e2
...
...
@@ -67,6 +67,10 @@ ComponentConfigs:
PortRange
:
"
"
ResourceContainer
:
/kube-proxy
UDPIdleTimeout
:
250ms
Winkernel
:
EnableDSR
:
false
NetworkName
:
"
"
SourceVip
:
"
"
Kubelet
:
Address
:
1.2.3.4
Authentication
:
...
...
cmd/kubeadm/app/util/config/testdata/conversion/master/v1beta1.yaml
View file @
164f79e2
...
...
@@ -90,6 +90,10 @@ oomScoreAdj: -999
portRange
:
"
"
resourceContainer
:
/kube-proxy
udpIdleTimeout
:
250ms
winkernel
:
enableDSR
:
false
networkName
:
"
"
sourceVip
:
"
"
---
address
:
1.2.3.4
apiVersion
:
kubelet.config.k8s.io/v1beta1
...
...
cmd/kubeadm/app/util/config/testdata/defaulting/master/defaulted.yaml
View file @
164f79e2
...
...
@@ -76,6 +76,10 @@ oomScoreAdj: -999
portRange
:
"
"
resourceContainer
:
/kube-proxy
udpIdleTimeout
:
250ms
winkernel
:
enableDSR
:
false
networkName
:
"
"
sourceVip
:
"
"
---
address
:
0.0.0.0
apiVersion
:
kubelet.config.k8s.io/v1beta1
...
...
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