Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ENABLE_LEADER_ELECTION (0.31 sec)

  1. releasenotes/notes/disable-leader-elect.yaml

    area: installation
    
    issue:
      - https://github.com/istio/istio/issues/40427
    
    docs:
     - '[reference] https://istio.io/latest/docs/reference/commands/pilot-discovery/'
    
    releaseNotes:
    - |
      **Added** an `ENABLE_LEADER_ELECTION=false` feature flag for pilot-discovery
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Sep 26 18:29:36 UTC 2022
    - 374 bytes
    - Viewed (0)
  2. pilot/pkg/features/experimental.go

    			"that can be processed by pilot. This will also restrict the root-ca certificate distribution.").Get()
    
    	EnableLeaderElection = env.Register("ENABLE_LEADER_ELECTION", true,
    		"If enabled (default), starts a leader election client and gains leadership before executing controllers. "+
    			"If false, it assumes that only one instance of istiod is running and skips leader election.").Get()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top