wso2 / kubernetes-apim

Kubernetes and Helm resources for WSO2 API Manager
Apache License 2.0
114 stars 216 forks source link

[3.2.0] Update README documentation with Kubernetes Namespace Creation Argument #452

Closed chirangaalwis closed 4 years ago

chirangaalwis commented 4 years ago

Purpose

Currently, in README instructions for Helm chart installation we request the users to execute a Kubernetes client (i.e. kubectl) command to create the desired Kubernetes Namespace, if not already created.

The need to create a Kubernetes Namespace (if absent) can be achieved by helm install command's create-namespace argument.

Goals

Update README documentation with Kubernetes Namespace creation argument of Helm client

Test Environment

Helm version: 3.2.4 AWS EKS based Kubernetes Server version: 1.17+, Git Version: v1.17.9-eks-4c6976 Kubernetes cluster was created using eksctl WSO2 product images available at WSO2 organization at DockerHub were used NFS Server Provisioner was used as the Kubernetes StorageClass solution for persistence/sharing of runtime artifacts NGINX Ingress Controller version 0.34.1 was used fronted by an AWS Network Load Balancer