agones.dev/agones@v1.54.0/install/helm/agones/defaultfeaturegates.yaml (about)

     1  # Copyright 2022 Google LLC All Rights Reserved.
     2  #
     3  # Licensed under the Apache License, Version 2.0 (the "License");
     4  # you may not use this file except in compliance with the License.
     5  # You may obtain a copy of the License at
     6  #
     7  #     http://www.apache.org/licenses/LICENSE-2.0
     8  #
     9  # Unless required by applicable law or agreed to in writing, software
    10  # distributed under the License is distributed on an "AS IS" BASIS,
    11  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12  # See the License for the specific language governing permissions and
    13  # limitations under the License.
    14  
    15  # Default values for feature gates. Keep in sync with pkg/util/runtime/features.go:featureDefaults
    16  
    17  # Stable features
    18  # Note that stable features cannot be set to "false", and are here so that upgrades from a
    19  # previous version with the feature flag do not fail on parsing an unknown flag.
    20  DisableResyncOnSDKServer: true
    21  AutopilotPassthroughPort: true
    22  
    23  # Beta features
    24  
    25  CountsAndLists: true
    26  GKEAutopilotExtendedDurationPods: true
    27  PortPolicyNone: true
    28  PortRanges: true
    29  ScheduledAutoscaler: true
    30  RollingUpdateFix: true
    31  
    32  # Alpha features
    33  FleetAutoscaleRequestMetaData: false
    34  PlayerAllocationFilter: false
    35  PlayerTracking: false
    36  SidecarContainers: false
    37  WasmAutoscaler: false
    38  
    39  # Dev features
    40  ProcessorAllocator: false
    41  
    42  # Example feature
    43  Example: false