File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ Enterprise subscription on your Red Hat account:
186
186
# subscription-manager register
187
187
# subscription-manager refresh
188
188
# subscription-manager attach --pool=<pool_ID> <1>
189
- # subscription-manager repos --enable="rhel-7-server-ose-3.6 -rpms"
189
+ # subscription-manager repos --enable="rhel-7-server-ose-3.7 -rpms"
190
190
# yum install atomic-openshift-clients
191
191
----
192
192
<1> Pool ID for an active OpenShift Enterprise subscription
Original file line number Diff line number Diff line change @@ -95,14 +95,14 @@ that are necessary in order to install {product-title}. You may have already ena
95
95
the first two repositories in this example.
96
96
97
97
----
98
- $ subscription-manager repos --enable="rhel-7-server-rpms" --enable="rhel-7-server-extras-rpms" --enable="rhel-7-server-ose-3.6 -rpms" --enable="rhel-7-fast-datapath-rpms"
98
+ $ subscription-manager repos --enable="rhel-7-server-rpms" --enable="rhel-7-server-extras-rpms" --enable="rhel-7-server-ose-3.7 -rpms" --enable="rhel-7-fast-datapath-rpms"
99
99
----
100
100
101
101
[NOTE]
102
102
====
103
- The previous command is for OpenShift Container Platform 3.6.
103
+ The previous command is for OpenShift Container Platform 3.7.
104
+ If you are using OpenShift Container Platform 3.6 use `rhel-7-server-ose-3.6-rpms`.
104
105
If you are using OpenShift Container Platform 3.5 use `rhel-7-server-ose-3.5-rpms`.
105
- If you are using OpenShift Container Platform 3.4 use `rhel-7-server-ose-3.4-rpms`.
106
106
====
107
107
108
108
This command tells your RHEL system that the tools required to install
You can’t perform that action at this time.
0 commit comments