Aaron Prindle
Aaron Prindle
##Description integration some tests in integration/build_cluster_test.go were temporarily disabled due to v2 migration without completing v2 render Some disabled tests may fail when enabling it due to test skaffold.yaml don't...
Tracking bug for updating the Events V2 API to support Skaffold V2 render + deploy changes. - go through Cloud Code CUJs/samples and identify any differences between Skaffold v1 and...
Currently `--enable-rpc` is deprecated atm and `skaffold apply` does not support `--rpc-port` meaning there is no acceptable way atm to setup the skaffold-server/watch-events with `skaffold apply`. We should add `apply`...
If a user runs `skaffold render` + `skaffold apply` on a skaffold.yaml using the LegacyHelmDeployer.
--hydration dir doesn’t work as expected IIUC: --hydration-dir=manifests doesn’t output manifests/manifests.yaml, still .kpt-pipeline/manifests.yaml
V1 -> v2 kpt render and deploy - “what is the plan/requirements here for users upgrading”. Might make sense to look at stats to see how many v1 users use...
Currently in Skaffold V2 @ HEAD, skaffold has 2 "modes" for helm that require different schema configurations: - helm renderer + kubectl deployer schema config ``` TODO ``` - legacy...
Current issues that come up pretty frequenty: - when using render or deploy independantly, often errors stating `could not find image:`. In these cases user likely wants to use `build`...
Currently the skaffold image pulls binaries directly from the internet during the build process. When selecting the version of each binary to use, we should instead pull them down and...