Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeDJango
linenumberstrue
rm -rf /etc/yum.repos.d/* ;wget ftp://ftp.rhce.cc/k8s/* -P /etc/yum.repos.d/ 
ls /etc/yum.repos.d/ 

Execute screenshot

...

Image Added

1.6 Set iptables

Execute command

...

Code Block
languagebash
themeDJango
linenumberstrue
# master  
uname -sr

If current version ist not satisfied, you need update kernel


Cilium install

Execute command

...