skaffold
skaffold copied to clipboard
determine what the result of kubectl renderer should be for v2
The v2 kubectl renderer doesn't do anything besides image replacement, where as the old kubectl deployer's render function would run kubectl create --dry-run
against the cluster, which I believe added extra output to the rendered manifests.
Do we want to do the old way? Or should we do nothing but simple replacement?