文件名称:oc-gate-operator
文件大小:8KB
文件格式:ZIP
更新时间:2024-04-01 23:57:24
在OCP集群上部署oc-gate operator的步骤 1-创建oc-gate-operator / certs目录,并使用SSL证书填充证书: $ mkdir -p oc-gate-operator / certs $ cd oc-gate-operator $ openssl genrsa -out certs / key.pem Generating RSA private key, 2048 bit long modulus (2 primes) ..............+++++ ..............................+++++ e is 65537 (0x010001) $ $ openssl req -new -x509 -sha256 -key certs / key.pem -out certs / cert.pem -days 36
【文件预览】:
oc-gate-operator-main
----gateserver.yaml(248B)
----oc-gate-operator.yaml(22KB)
----gatetoken.yaml(338B)
----README.md(6KB)