Michael Filanov

Results 10 comments of Michael Filanov

Standard controller generation ``` controller-gen ${crd_options} rbac:roleName=assisted-service-manager-role paths="./..." output:rbac:dir=${controller_rbac_path} \ webhook paths="./..." output:crd:artifacts:config=${controller_crd_path}/bases kustomize build ${controller_crd_path} > ${controller_crd_path}/resources.yaml controller-gen object:headerFile=${hack_boilerplate} paths="./..." ``` Nothing special

Hey, The repo: https://github.com/openshift/assisted-service The generation script: https://github.com/openshift/assisted-service/blob/9a8432287116458e0fbafdfc08311c06134a6450/hack/generate.sh#L133-L175 The main issue with the import from between different projects. In the past we had to import from a different project that...

I hope it make sense

Any updates regarding this issue? i have the same issue

I see that it was added in https://github.com/go-swagger/go-swagger/pull/2464 The problem is that it's not backward compatible, it will be nice to have at least an option to work with the...

I was searching for a bit and from a CNI point of view there is no way to mark a pod in error state, as you saw CNI plugin failure...

Looks like this PR can help me as well, any progress on this one?

@ykulazhenkov maybe you can help with that? @jiayoukun the only thing that i can suggest is to add a test, you can get a reference from the PR that i...