-
Notifications
You must be signed in to change notification settings - Fork 14
dsf okd how to install
travis edited this page Jul 15, 2019
·
3 revisions
$ sudo groupadd docker
$ sudo usermod -aG docker $USER
Download Openshift Origin Client from here
When the download it’s complete, only extract it on the directory that you want, for example /home/administrador/oc
To manage easier the cluster persistent, we are going to use oc cluster wrapper.
cd /home/administrador/oc
wget https://raw.githubusercontent.com/openshift-evangelists/oc-cluster-wrapper/master/oc-cluster
oc-cluster up devonfw-shop-floor --public-hostname X.X.X.X
We must create iptables rules to allow traffic from other machines.
- The next commands it's to let all traffic, don't do it on a real server.
- $ iptables -F
- $ iptables -X
- $ iptables -t nat -F
- $ iptables -t nat -X
- $ iptables -t mangle -F
- $ iptables -t mangle -X
- $ iptables -P INPUT ACCEPT
- $ iptables -P OUTPUT ACCEPT
- $ iptables -P FORWARD ACCEPT
With oc cluster wrapper we could have different clusters with different context.
This documentation is licensed under the Creative Commons License (Attribution-NoDerivatives 4.0 International).
-
cicd configuration
-
Manual configuration
-
Automatic configuration
-
-
Custom Services
-
Azure DevOps