Ta-Ching Chen
Ta-Ching Chen
Currently, newdeploy doesn't create k8s resource in an atomic way. If any error occurred during creation then newdeploy just return and some k8s resources are left. And the same thing...
https://github.com/fission/fission/blob/6f5f6900b6a944d4bfcb4bce87144e8019f9977e/pkg/fission-cli/cmd/kubewatch/create.go#L81-L82
It would be great if we can support `kubectl tree` or directly integrate it into CLI. For example, list all resources related to a CRD. https://github.com/ahmetb/kubectl-tree
We should have better namespace isolation to prevent any confusion. For example, now if a function CRD created under `default` namespace the function pod will be created in `fission-function` which...
### Changes Please describe the changes made in the pull request here. This PR aims to add useful features, include * Version dropdown menu * This implementation redirects user to...
**Fission/Kubernetes version** master branch **Kubernetes platform (e.g. Google Kubernetes Engine)** GKE **Describe the bug** ``` /go/src/pkg/buildermgr/pkgwatcher.go:177 2019-11-05T06:16:23.156Z ERROR builder_manager.package_watcher buildermgr/common.go:145 error updating package {"error": "Operation cannot be fulfilled on packages.fission.io...
Please see https://github.com/fission/fission/pull/1001#discussion_r283108810 for more details.