Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlemee committed Dec 23, 2024
1 parent 91a4cba commit f5df6bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,16 @@ journalctl -u rancher-system-agent -f
```
sudo vi /etc/hosts
# Add a line: server-desired-hostname
# Add a line per server-desired-hostname (FQDN)
127.0.1.1 cybdev02
# Local K8s application extended hostnames
192.168.30.13 cybdev02.cybnity.tech
192.168.60.18 cybsup01.cybnity.tech
# Cluster exposed API Endpoint FQDN (configuration managed in Rancher)
192.168.30.13 dev.cybnity.tech
```

## Security
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ See [RKE2 security certificates](https://docs.rke2.io/security/certificates) doc

- As root user, Execute RKE2 installation script via command:
```
curl -sfL https://get.rke2.io | sh -
sudo curl -sfL https://get.rke2.io | sh -
```

- Add permanent path to rke2 binary (`/opt/rke2/bin`) with adding into $PATH variable of file `/etc/environment`, and add KUBECONFIG environment variable:
Expand Down Expand Up @@ -252,12 +252,7 @@ Distributes and S3-compatible storage system deployed on Linux OS for commond bl
## Monitoring & Logging

## Networking
By default, NetworkManager (configuration file at __/etc/NetworkManager/NetworkManager.conf__) is started by Ubuntu (and mananing dynamic resolv.conf update) and status can be checked via command: `sudo systemctl status systemd-resolved`.

- Creation of extended CoreDNS configuration via added file `/var/lib/rancher/rke2/server/manifests/rke2-coredns-config.yaml` including:
```
```
By default, NetworkManager (configuration file at __/etc/NetworkManager/NetworkManager.conf__) is started by Ubuntu (and managing dynamic resolv.conf update) and status can be checked via command: `sudo systemctl status systemd-resolved`.

### Container Network Interface (CNI)
Canal solution is deployed as CNI plugin.
Expand Down

0 comments on commit f5df6bb

Please sign in to comment.