Skip to content

Latest commit

 

History

History
 
 

openshift

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Install Nacos Server On Openshift

Version

with okd:3.11

Install

oc process -f nacos-template.yaml -p STORAGECLASS={your_storage-class} -p NAMESPACE={the namepsace you want install} |  oc create -f -

Uninstall

oc process -f nacos-template.yaml -p STORAGECLASS={your_storage-class} -p NAMESPACE={the namepsace you want uninstall} |  oc delete -f -