dcremonini opened a new issue, #194:
URL: https://github.com/apache/openserverless/issues/194

   ## Why you need it?
   **Feature request**: Add the kubernetes context to the `~/.kube/config` file 
once the cluster is installed.
   
   This would make the installation even easier.
   
   Currently, installing openserverless locally (Docker Engine, Ubuntu) creates 
a kind cluster but no context is added to the  `~/.kube/config`. As a 
consequence, tools such as kubectl cannot be used to reach the cluster.
   
   
   ## How it could be?
   The installation should add the newly created kubernetes context to the 
`~/.kube/config` file.
   
   ## Other related information
   After a successful installation, the context in which openserverless is 
available is called nuvolaris.
   The context can be exported using the command below:
   
   kind export kubeconfig --name nuvolaris
   
   The result can be checked using
   
   `kubectl config get-contexts`
   
   whose output is
   
   ```
   CURRENT   NAME                       CLUSTER                    AUTHINFO     
              NAMESPACE
   *         kind-nuvolaris             kind-nuvolaris             
kind-nuvolaris             
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to