Skip to content

Commit 03af593

Browse files
committed
Updates for 4.7
1 parent eccde8c commit 03af593

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ For this step, "Creating Red Hat Enterprise Linux CoreOS (RHCOS) machines using
5151
* In RHEV, I created the VMs for the bootstrap, control plane, and compute nodes.
5252
* For disks, I used Preallocated for the masters and Thin Provisioning for the bootstrap and compute nodes. The etcd database on masters is I/O intensive and thus Preallocated is recommended.
5353
* While creating the VMs booted from CD-ROM using a downloaded version of this ISO locally hosted in RHEV:
54+
* OpenShift 4.7 - https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.7/4.7.0/rhcos-4.7.0-x86_64-live.x86_64.iso
5455
* OpenShift 4.6 - https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.6/4.6.1/rhcos-4.6.1-x86_64-live.x86_64.iso
5556
* OpenShift 4.5 - https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.5/4.5.2/rhcos-4.5.2-x86_64-installer.x86_64.iso
56-
* OpenShift 4.4 - https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.4/4.4.3/rhcos-4.4.3-x86_64-installer.x86_64.iso
5757

5858
### 4. Configure DHCP
5959

template/multitenant-network-policy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ objects:
3030
kind: User
3131
name: ${PROJECT_ADMIN_USER}
3232
# Set multitenant network policy
33-
# https://docs.openshift.com/container-platform/4.6/networking/network_policy/default-network-policy.html
33+
# https://docs.openshift.com/container-platform/latest/networking/network_policy/default-network-policy.html
3434
- apiVersion: networking.k8s.io/v1
3535
kind: NetworkPolicy
3636
metadata:

template/multitenant-project-template.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ objects:
3030
kind: User
3131
name: ${PROJECT_ADMIN_USER}
3232
# Set multitenant network policy
33-
# https://docs.openshift.com/container-platform/4.6/networking/network_policy/default-network-policy.html
33+
# https://docs.openshift.com/container-platform/latest/networking/network_policy/default-network-policy.html
3434
- apiVersion: networking.k8s.io/v1
3535
kind: NetworkPolicy
3636
metadata:
@@ -67,16 +67,16 @@ objects:
6767
policyTypes:
6868
- Ingress
6969
# Set resource quotas per project
70-
# https://docs.openshift.com/container-platform/4.6/applications/quotas/quotas-setting-per-project.html
71-
- apiVersion: v1
72-
kind: ResourceQuota
73-
metadata:
74-
name: compute
75-
spec:
76-
hard:
77-
requests.cpu: "4"
78-
requests.memory: 24Gi
79-
limits.memory: 24Gi
70+
# https://docs.openshift.com/container-platform/latest/applications/quotas/quotas-setting-per-project.html
71+
apiVersion: v1
72+
kind: ResourceQuota
73+
metadata:
74+
name: compute
75+
spec:
76+
hard:
77+
requests.cpu: 4
78+
requests.memory: 24Gi
79+
limits.memory: 24Gi
8080
# Set limit range so that pods fit within quota
8181
# https://docs.openshift.com/container-platform/latest/nodes/clusters/nodes-cluster-limit-ranges.html
8282
- apiVersion: v1

0 commit comments

Comments
 (0)