mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
Update fedora ansible guide to reflect recent changes in the kubernetes
ansible code.
This commit is contained in:
parent
e45c6f9847
commit
1d2ae296fd
@ -132,6 +132,14 @@ Although the default value of variables in `~/kubernetes/contrib/ansible/group_v
|
|||||||
|
|
||||||
edit: ~/kubernetes/contrib/ansible/group_vars/all.yml
|
edit: ~/kubernetes/contrib/ansible/group_vars/all.yml
|
||||||
|
|
||||||
|
**Configure access to kubernetes packages**
|
||||||
|
|
||||||
|
Modify `source_type` as below to access kubernetes packages through the package manager.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
source_type: packageManager
|
||||||
|
```
|
||||||
|
|
||||||
**Configure the IP addresses used for services**
|
**Configure the IP addresses used for services**
|
||||||
|
|
||||||
Each Kubernetes service gets its own IP address. These are not real IPs. You need only select a range of IPs which are not in use elsewhere in your environment.
|
Each Kubernetes service gets its own IP address. These are not real IPs. You need only select a range of IPs which are not in use elsewhere in your environment.
|
||||||
|
Loading…
Reference in New Issue
Block a user