Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove enable_endpointslice option as we no longer use it #1347

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions pkg/controller/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,6 @@ type ControllerConfig struct {
// Install Istio ControlPlane components
InstallIstio bool `json:"install-istio,omitempty"`

// enable EndpointSlice
EnabledEndpointSlice bool `json:"enable_endpointslice,omitempty"`

// Cluster Flavour
Flavor string `json:"flavor,omitempty"`

Expand Down
1 change: 0 additions & 1 deletion pkg/controller/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ func TestInitFlags(t *testing.T) {
EnableOpflexAgentReconnect: false,
OpflexDeviceReconnectWaitTimeout: 0,
InstallIstio: false,
EnabledEndpointSlice: false,
Flavor: "",
EnableVmmInjectedLabels: false,
OpflexDeviceDeleteTimeout: 0,
Expand Down
2 changes: 0 additions & 2 deletions pkg/hostagent/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,6 @@ type HostAgentConfig struct {
// Delay between dhcp release and renew in seconds
DhcpDelay int `json:"dhcp-delay,omitempty"`

// enable EndpointSlice
EnabledEndpointSlice bool `json:"enable_endpointslice,omitempty"`
// Cluster Flavour
Flavor string `json:"flavor,omitempty"`
// Installer lb Ip provisioned for Openshift on Esx
Expand Down