oc-cluster-up icon indicating copy to clipboard operation
oc-cluster-up copied to clipboard

OKD 4.0.0 from master with the admin console and operatore-lifecycle-manager

Results 6 oc-cluster-up issues
Sort by recently updated
recently updated
newest added

Recently the dind support in master has received some love in the form a PR: https://github.com/openshift/origin/pull/22293/ This should be enough to update the image to the latest code

Since this deployment utilizes openshift/origin/hack/dind-cluster.sh, you might want to notify users in the README.md of the warning in dind-cluster.sh: # WARNING: The script modifies the host that docker is running...

links to external github repositories need to start with `https://` so github knows to look outside of this repo for the URL.

By default one master and two nodes will be started, a parameter should exist to choose the number of nodes, where n=0 would launch only the master

The [Prometheus operator](https://github.com/coreos/prometheus-operator/) should be installed to provide metrics. It should include all dependent services, like Grafana, Node Exporter and the Alert Manager.

S2I requires ```git``` presence in the cluster nodes.