You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/01/25 13:48:28 UTC

[GitHub] dgrove-oss commented on a change in pull request #420: Wskadmin pod

dgrove-oss commented on a change in pull request #420: Wskadmin pod
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/420#discussion_r250988896
 
 

 ##########
 File path: README.md
 ##########
 @@ -258,6 +259,26 @@ certificate` errors from the `wsk` CLI.
 If your deployment is not working, check our
 [troubleshooting guide](./docs/troubleshooting.md) for ideas.
 
+# Administering OpenWhisk
+
+[Wskadmin](https://github.com/apache/incubator-openwhisk/tree/master/tools/admin) is the tool to perform various administrative operations against an OpenWhisk deployment.
+
+Since wskadmin requires credentials for direct access to the database (that is not normally accessible to the outside), it is deployed in a pod inside Kubernetes that is configured to access it. You can run `wskadmin` with `kubectl`. You need to know the namespace and the deployment name.
+
+You can then invoke it with:
+
+```
+kubectl -n <namespace> -ti <deployment> -- wskadmin <parameters>
 
 Review comment:
   should be `kubectl -n <namespace> -ti exec <deployment> -- wskadmin <parameters>` ? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services