IBM / blockchain-network-on-kubernetes

Demonstrates the steps involved in setting up your business network on Hyperledger Fabric using Kubernetes APIs on IBM Cloud Kubernetes Service.
https://developer.ibm.com/patterns/deploy-hyperledger-fabric-network-on-ibm-cloud/
Apache License 2.0
316 stars 182 forks source link

current deployment is incompatible with IBM IKS version >1.15 #62

Closed y0zg closed 4 years ago

y0zg commented 4 years ago

Please consider updating manifests to IBM IKS version >1.15

Current deployment resource is apps/v1 but automated version is still:

apiVersion: extensions/v1beta1
kind: Deployment
metadata:
  name: docker-dind
maheshwarishikha commented 4 years ago

yes @y0zg . I'll be updating the repo soon. Thanks.

maheshwarishikha commented 4 years ago

@y0zg - Please take the latest code and retry. I have updated the code repository for the Kubernetes 1.16. It should work now. Thanks.

maheshwarishikha commented 4 years ago

@y0zg - I hope it have worked for you. Closing this issue because of inactivity. Thanks.