Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for path_to_configuration_file (0.42 sec)

  1. pkg/proxy/ipvs/README.md

    ```yaml
    ...
    apiVersion: kubeproxy.config.k8s.io/v1alpha1
    kind: KubeProxyConfiguration
    mode: ipvs
    ...
    ```
    
    before running
    
    `kubeadm init --config <path_to_configuration_file>`
    
    to specify the ipvs mode before deploying the cluster.
    
    **Notes**
    If ipvs mode is successfully on, you should see IPVS proxy rules (use `ipvsadm`) like
    ```shell
     # ipvsadm -ln
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 20 02:32:29 UTC 2021
    - 18.8K bytes
    - Viewed (0)
Back to top