File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33# Copyright 2020, Oracle Corporation and/or affiliates.
44# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
55
6- echo ' Creating environment ${environment}'
6+ echo " Creating environment ${environment} "
77
88olcnectl --api-server 127.0.0.1:8091 environment create --environment-name " ${environment} " \
99 --update-config \
@@ -12,4 +12,4 @@ olcnectl --api-server 127.0.0.1:8091 environment create --environment-name "${en
1212 --olcne-ca-path /etc/olcne/configs/certificates/production/ca.cert \
1313 --olcne-node-key-path /etc/olcne/configs/certificates/production/node.key 2> /dev/null
1414
15- echo ' Environment ${environment} configured'
15+ echo " Environment ${environment} configured"
Original file line number Diff line number Diff line change 33# Copyright 2020, Oracle Corporation and/or affiliates.
44# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
55
6- echo ' Creating cluster ${cluster_name} in environment ${environment}'
6+ echo " Creating cluster ${cluster_name} in environment ${environment} "
77
88olcnectl --api-server 127.0.0.1:8091 module create --environment-name " ${environment} " \
99 --module kubernetes --name " ${cluster_name} " \
@@ -12,4 +12,4 @@ olcnectl --api-server 127.0.0.1:8091 module create --environment-name "${environ
1212 --master-nodes " ${master_nodes_addresses} " \
1313 --worker-nodes " ${worker_nodes_addresses} " 2> /dev/null
1414
15- echo ' Cluster ${cluster_name} created in environment ${environment}'
15+ echo " Cluster ${cluster_name} created in environment ${environment} "
You can’t perform that action at this time.
0 commit comments