Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for true (0.15 sec)

  1. CHANGELOG/CHANGELOG-1.10.md

    ```
    apiVersion: kubeproxy.config.k8s.io/v1alpha1
    kind: KubeProxyConfiguration
    **featureGates: "SupportIPVSProxyMode=true"**
    ```
    
    KubeProxyConfiguration After:
    
    ```
    apiVersion: kubeproxy.config.k8s.io/v1alpha1
    kind: KubeProxyConfiguration
    **featureGates:**
    **  SupportIPVSProxyMode: true**
    ```
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 341.8K bytes
    - Viewed (0)
Back to top