Shubham Minglani
Shubham Minglani
It would be great if we output a message relaying the "what next" information after `kompose convert` is run. For e.g. - If a `pvc` object is created, we should...
Pretty sure I'm doing something wrong, but the error message does not point me anywhere :( ``` $ ./kubernaut claims create --name mycluster Traceback (most recent call last): File "kubernaut/cli.py",...
`make TARGET=openshift apply apply-cr` created a `tekton-operator-proxy-webhook` pod in `openshift-pipelines` namespace which fails with a `CreateContainerError`. # Expected Behavior All pods come up fine # Actual Behavior `tekton-operator-proxy-webhook` pod in...
`func TestConflictingFields(t *testing.T)` in [`pkg/spec/types_test.go`](https://github.com/kedgeproject/kedge/blob/master/pkg/spec/types_test.go) is broken since we are not testing all the structs in `types.go` for conflicting fields. We should make this test pick up any new struct...
We should generate an OpenShift route when the endpoint shortcut is specified with controller set as DeploymentConfig.
Since we do not have any leaky abstractions, and with `extraResources` support, we can support any Kubernetes resource definitions with Kedge. It would be great to have a "to and...
This is a refactoring issue resulting from https://github.com/kedgeproject/kedge/pull/166#discussion_r129756100 We need to move the non CLI argument parsing logic out of cmd and to pkg.
 This is screenshot from [here](https://github.com/kedgeproject/kedge/blob/master/docs/file-reference.md#routeobject) We have mentioned _Name_ as an additional Kedge field. We should be instead mentioning that _Name_ comes from _ObjectMeta_ which is...
@kadel said in https://github.com/kedgeproject/kedge/issues/96#issuecomment-314418866 that - > kedge generate should display same output as kedge generate -h and similarly for kedge deploy should display same output as calling kedge deploy...
If something like this - ```yaml controller: DeploymentConfig name: webapp containers: - imageStream: goaserver:v1.5.2 ``` could generate something like this - ```yaml controller: DeploymentConfig name: webapp containers: - image: ""...