fabric-samples/test-network-k8s/scripts
destinysky 9f844e5de3
Fix namespace in k8s configuration files (#784)
Issues:
1. When the name of NETWORK_NAME or NS in file "network" (i.e., the namespace in k8s) is changed from "test-network", the resources in the k8s cluster cannot be created successfully when the command "./network up" is executed.
Error message: error: the namespace from the provided object "test-network" does not match the namespace "xxxxxx". You must pass '--namespace=test-network' to perform this operation.
2. org2-cc.yaml is not completed.

Fix:
1. Replace "test-network" in yaml files in folder "kube" with "${NS}".
2. Complete "org2-cc-template.yaml" by referring to "org1-cc-template.yaml".

Signed-off-by: destinysky <kangrui10@126.com>
2022-07-04 08:36:36 -04:00
..
application_connection.sh Updates the README and documentation guide for the Kube test network's usage of Nginx ingress (#697) 2022-04-04 04:25:59 -04:00
appuser.id.template Run the fabric test network on Kubernetes (#498) 2021-10-06 15:50:39 +00:00
ccp-template.json Fix namespace in k8s configuration files (#784) 2022-07-04 08:36:36 -04:00
chaincode.sh Feature/fabric builder k8s (#739) 2022-05-26 13:52:25 +01:00
channel.sh fix to replace 443 with NGINX_HTTPS_PORT (#745) 2022-05-19 06:16:39 -04:00
cluster.sh Includes new 'cluster init' target; Prints errors to the STDOUT 2022-05-09 13:43:13 -04:00
fabric_CAs.sh test-network-k8s : Connect to Fabric services via Nginx Ingress - READY FOR MERGE (#692) 2022-03-31 17:12:51 +01:00
fabric_config.sh Feature/fabric builder k8s (#739) 2022-05-26 13:52:25 +01:00
kind.sh Includes new 'cluster init' target; Prints errors to the STDOUT 2022-05-09 13:43:13 -04:00
prereqs.sh Address review feedback - better prereq checks 2022-05-09 13:43:13 -04:00
rest_sample.sh test-network-k8s : Connect to Fabric services via Nginx Ingress - READY FOR MERGE (#692) 2022-03-31 17:12:51 +01:00
set_anchor_peer.sh Configtxlator script changes (#552) 2021-12-09 11:37:38 +00:00
test_network.sh Feature/fabric builder k8s (#739) 2022-05-26 13:52:25 +01:00
utils.sh fix to replace 443 with NGINX_HTTPS_PORT (#745) 2022-05-19 06:16:39 -04:00