Difference between revisions of "Oc"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
+
{{lc}}
  
 
  [[oc get]] clusteroperator authentication -o yaml
 
  [[oc get]] clusteroperator authentication -o yaml
  
 
  [[oc login]]
 
  [[oc login]]
 +
 +
 +
[[oc new-app]] postgresql-persistent \
 +
    -p POSTGRESQL_USER=wanja \
 +
    -p POSTGRESQL_PASSWORD=wanja \
 +
    -p POSTGRESQL_DATABASE=wanjadb \
 +
    -p DATABASE_SERVICE_NAME=wanjaserver
  
  
 
== See also ==
 
== See also ==
 +
* {{oc}}
 
* {{OpenShift}}
 
* {{OpenShift}}
 
  
 
[[Category:OpenShift]]
 
[[Category:OpenShift]]

Revision as of 06:41, 11 July 2022

oc get clusteroperator authentication -o yaml
oc login


oc new-app postgresql-persistent \
   -p POSTGRESQL_USER=wanja \
   -p POSTGRESQL_PASSWORD=wanja \
   -p POSTGRESQL_DATABASE=wanjadb \
   -p DATABASE_SERVICE_NAME=wanjaserver


See also

Advertising: