GoogleContainerTools / skaffold

Easy and Repeatable Kubernetes Development
https://skaffold.dev/
Apache License 2.0
15.03k stars 1.62k forks source link

Implement fixes for misconfigurations in user k8s manifests #6098

Open MarlonGamez opened 3 years ago

MarlonGamez commented 3 years ago

Get information on top 2 misconfiguration issues and implement mitigations/fixes for those cases

tejal29 commented 3 years ago

@viglesiasce We need to identify the top 2 recommendations for this.

tejal29 commented 3 years ago

top 1 recos: 1)Recommend Deployment Strategy for kind deployment to RollingUpdate for skaffold dev to speed up the status check phase.

MarlonGamez commented 3 years ago

@tejal29 do we have information on what the second misconfiguration we want to fix is?

tejal29 commented 3 years ago

I think the second one was about the labels which @aaron-prindle implemented here #6795