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
6149cba2
Unverified
Commit
6149cba2
authored
Dec 17, 2021
by
Manuel Buil
Committed by
GitHub
Dec 17, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4776 from manuelbuil/fix-rke2-ha-120
[Release 1.20] Remove Disables, Skips and DisableKubeProxy from the comparing configs
parents
7fc43002
97033103
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
types.go
pkg/daemons/config/types.go
+11
-11
No files found.
pkg/daemons/config/types.go
View file @
6149cba2
...
@@ -95,17 +95,14 @@ type Agent struct {
...
@@ -95,17 +95,14 @@ type Agent struct {
// CriticalControlArgs contains parameters that all control plane nodes in HA must share
// CriticalControlArgs contains parameters that all control plane nodes in HA must share
type
CriticalControlArgs
struct
{
type
CriticalControlArgs
struct
{
ClusterDNS
net
.
IP
ClusterDNS
net
.
IP
ClusterDomain
string
ClusterDomain
string
ClusterIPRange
*
net
.
IPNet
ClusterIPRange
*
net
.
IPNet
DisableCCM
bool
DisableCCM
bool
DisableKubeProxy
bool
DisableNPC
bool
DisableNPC
bool
FlannelBackend
string
Disables
map
[
string
]
bool
NoCoreDNS
bool
FlannelBackend
string
ServiceIPRange
*
net
.
IPNet
NoCoreDNS
bool
ServiceIPRange
*
net
.
IPNet
Skips
map
[
string
]
bool
}
}
type
Control
struct
{
type
Control
struct
{
...
@@ -129,7 +126,9 @@ type Control struct {
...
@@ -129,7 +126,9 @@ type Control struct {
DisableAPIServer
bool
DisableAPIServer
bool
DisableControllerManager
bool
DisableControllerManager
bool
DisableETCD
bool
DisableETCD
bool
DisableKubeProxy
bool
DisableScheduler
bool
DisableScheduler
bool
Disables
map
[
string
]
bool
ExtraAPIArgs
[]
string
ExtraAPIArgs
[]
string
ExtraControllerArgs
[]
string
ExtraControllerArgs
[]
string
ExtraCloudControllerArgs
[]
string
ExtraCloudControllerArgs
[]
string
...
@@ -138,6 +137,7 @@ type Control struct {
...
@@ -138,6 +137,7 @@ type Control struct {
JoinURL
string
JoinURL
string
IPSECPSK
string
IPSECPSK
string
DefaultLocalStoragePath
string
DefaultLocalStoragePath
string
Skips
map
[
string
]
bool
ClusterInit
bool
ClusterInit
bool
ClusterReset
bool
ClusterReset
bool
ClusterResetRestorePath
string
ClusterResetRestorePath
string
...
...
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