[CENTOS] How to change kube-proxy to ipvs mode.

While building kubernetes v1.19 on CentOS8, I struggled with how to change the mode of kube-proxy from the default iptables to ipvs.

1. Change the config map

$ kubectl edit configmap kube-proxy -n kube-system

2. Rewrite mode to ipvs

mode: ipvs

Recommended Posts

How to change kube-proxy to ipvs mode.
How to return Rails API mode to Rails
How to change from HTML to Haml
How to change app name in rails
How to change the timezone on Ubuntu
Ransack sort_link How to change the color!
How to deploy
How to change Finder's default text editor to Atom
[Android] How to detect volume change (= volume button press)
http: // localhost: How to change the port number
How to develop OpenSPIFe
[Android Studio] How to change TextView to any font [Java]
How to call AmazonSQSAsync
How to use Map
How to write Rails
How to use with_option
How to use fields_for
How to use java.util.logging
How to use map
[Ruby on Rails] How to change the column name
How to use collection_select
How to adapt Bootstrap
How to use Twitter4J
[Rails] How to change the column name of the table
How to use active_hash! !!
How to install Docker
How to use MapStruct
How to use hidden_field_tag
How to use TreeSet
How to write dockerfile
How to uninstall Rails
How to install docker-machine
[How to use label]
How to change from Oracle Java 8 to Adopt Open JDK 9
How to make shaded-jar
How to write docker-compose
How to use identity
How to use hashes
How to write Mockito
How to create docker-compose
How to use JUnit 5
[Beginner] How to use devise Change settings from introduction
How to install MySQL
How to write migrationfile
How to build android-midi-lib
How to use Dozer.mapper
How to use Gradle
How to use org.immutables
How to use java.util.stream.Collector
How to use VisualVM
[Linux] Easy commentary! How to check and change permissions
How to use Map
How to install ngrok
How to type backslash \
How to concatenate strings
How to change a TERASOLUNA 5.x blank project to support PostgreSQL
How to dynamically change the column name acquired by MyBatis
How to change a string in an array to a number in Ruby
Git How to easily return to the state before the change (before commit)
How to change the setting value of Springboot Hikari CP
[Swift5] How to avoid applying dark mode (dark appearance) in code