fabric-samples/test-network-k8s/kube
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
..
org0 Fix namespace in k8s configuration files (#784) 2022-07-04 08:36:36 -04:00
org1 Fix namespace in k8s configuration files (#784) 2022-07-04 08:36:36 -04:00
org2 Fix namespace in k8s configuration files (#784) 2022-07-04 08:36:36 -04:00
application-deployment.yaml Run the fabric test network on Kubernetes (#498) 2021-10-06 15:50:39 +00:00
fabric-builder-role.yaml Bump chaincode builder to v0.6.0 : +couchdb indexes 2022-06-22 16:19:12 -04:00
fabric-builder-rolebinding.yaml Feature/fabric builder k8s (#739) 2022-05-26 13:52:25 +01:00
fabric-rest-sample.yaml Fix namespace in k8s configuration files (#784) 2022-07-04 08:36:36 -04:00
ingress-nginx-k3s.yaml Run the Kube Test Network on Rancher / k3s 2022-05-09 13:43:13 -04:00
ingress-nginx-kind.yaml Run the Kube Test Network on Rancher / k3s 2022-05-09 13:43:13 -04:00
job-scrub-fabric-volumes.yaml nit fixs (#519) 2021-11-02 15:43:31 +00:00
ns-test-network.yaml Run the fabric test network on Kubernetes (#498) 2021-10-06 15:50:39 +00:00
pvc-fabric-org0.yaml Someday, somewhere, someone will complain that 128Mi is not enough to run Fabric. 2022-05-09 13:43:13 -04:00
pvc-fabric-org1.yaml Someday, somewhere, someone will complain that 128Mi is not enough to run Fabric. 2022-05-09 13:43:13 -04:00
pvc-fabric-org2.yaml Someday, somewhere, someone will complain that 128Mi is not enough to run Fabric. 2022-05-09 13:43:13 -04:00
root-tls-cert-issuer.yaml Employs the Kubernetes cert-manager for storage and organization of TLS certificates. (#612) 2022-02-08 09:31:09 +00:00