This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | For Rancher K8s to use a registry like harbor installed locally with selfsigned certificate: | |
| 1 - In /etc/rancher/rke2/registries.yaml configure the registry | |
| mirrors: | |
| docker.io: | |
| endpoint: | |
| - "https://harbor.local" | |
| configs: | |
| "harbor.local": | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | [root@server02 network-scripts]# cat ifcfg-enp14s0 | |
| DEVICE=enp14s0 | |
| TYPE=Ethernet | |
| BOOTPROTO=none | |
| ONBOOT=yes | |
| NM_CONTROLLED=no | |
| [root@server02 network-scripts]# cat ifcfg-enp14s0.35 | |
| DEVICE=enp14s0.35 | |
| TYPE=Ethernet |