README ¶ E2E Tests The E2E tests execute against a real Kubernetes cluster and are typically run by maintainers against an IBM Cloud Kubernetes Service (IKS) cluster before accepting a PR. The tests can be run with the following steps: Order a new IKS cluster (or use an existing cluster) Get the cluster config: ibmcloud ks cluster config -c <cluster-name> Export KUBECONFIG to point at the kube-config.yaml for your cluster found in ~/.bluemix/plugins/container-service/clusters. Create a new IBM Cloud Container Registry (ICCR) namespace owned by the same account as the cluster Export the HUB variable pointing to your new ICCR namespace: export HUB=uk.icr.io/yournamespace After completing your code changes, build and push the image to your namespace: make push Install portieris into your cluster: helm install helm/portieris Export E2E_ACCOUNT_HEADER - a maintainer can tell you what to set Run make e2e.quick Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis utils Click to show internal directories. Click to hide internal directories.