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
e7d14e56
Unverified
Commit
e7d14e56
authored
Dec 17, 2021
by
Manuel Buil
Committed by
GitHub
Dec 17, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4781 from manuelbuil/fix-rke2-ha-master
Remove Disables, Skips and DisableKubeProxy from the comparing configs
parents
555dfc54
588d15db
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
types.go
pkg/daemons/config/types.go
+3
-3
No files found.
pkg/daemons/config/types.go
View file @
e7d14e56
...
@@ -113,15 +113,12 @@ type CriticalControlArgs struct {
...
@@ -113,15 +113,12 @@ type CriticalControlArgs struct {
ClusterIPRange
*
net
.
IPNet
ClusterIPRange
*
net
.
IPNet
DisableCCM
bool
DisableCCM
bool
DisableHelmController
bool
DisableHelmController
bool
DisableKubeProxy
bool
DisableNPC
bool
DisableNPC
bool
Disables
map
[
string
]
bool
DisableServiceLB
bool
DisableServiceLB
bool
FlannelBackend
string
FlannelBackend
string
NoCoreDNS
bool
NoCoreDNS
bool
ServiceIPRange
*
net
.
IPNet
ServiceIPRange
*
net
.
IPNet
ServiceIPRanges
[]
*
net
.
IPNet
ServiceIPRanges
[]
*
net
.
IPNet
Skips
map
[
string
]
bool
}
}
type
Control
struct
{
type
Control
struct
{
...
@@ -142,9 +139,11 @@ type Control struct {
...
@@ -142,9 +139,11 @@ type Control struct {
KubeConfigMode
string
KubeConfigMode
string
DataDir
string
DataDir
string
Datastore
endpoint
.
Config
Datastore
endpoint
.
Config
Disables
map
[
string
]
bool
DisableAPIServer
bool
DisableAPIServer
bool
DisableControllerManager
bool
DisableControllerManager
bool
DisableETCD
bool
DisableETCD
bool
DisableKubeProxy
bool
DisableScheduler
bool
DisableScheduler
bool
ExtraAPIArgs
[]
string
ExtraAPIArgs
[]
string
ExtraControllerArgs
[]
string
ExtraControllerArgs
[]
string
...
@@ -155,6 +154,7 @@ type Control struct {
...
@@ -155,6 +154,7 @@ type Control struct {
JoinURL
string
JoinURL
string
IPSECPSK
string
IPSECPSK
string
DefaultLocalStoragePath
string
DefaultLocalStoragePath
string
Skips
map
[
string
]
bool
SystemDefaultRegistry
string
SystemDefaultRegistry
string
ClusterInit
bool
ClusterInit
bool
ClusterReset
bool
ClusterReset
bool
...
...
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