Closed hardys closed 1 year ago
/cc @mjudeikis @s-urbaniak
I noticed https://github.com/kcp-dev/helm-charts/pull/23 had some useful additions to the readme and a values example, so I made some similar changes here
/assign @s-urbaniak
I will check it out during weekend. Had way more in my other fork too :) thanks!
Hi! I'm trying to deploy kcp
to a kind
cluster but it seems missing some important parts, like:
s.Options.Extra.ShardVirtualWorkspaceCAFile
, not sure where to import this file. "command failed" err="--shards-kubeconfig is required"
when starting a kcp-front-proxy
Not sure how to solve it and continue to make it works. Could you point me some ways to work on? Thanks!
@hardys this looks good enough. Its not part of this PR, but I would change these things if possible (sorry, late to the review train on previous PR):
- --shard-virtual-workspace-ca-file=/etc/kcp/tls/server-client/ca.crt
is missing in KCP pod spec
and I would change this as this allow rapid dev deployment into KIND without need to have proper DNS configured (will add how to get it running in follow-up PR)
OR we can just merge this and I will do follow-up PR with my proposed changes :) Your call
/lgtm
- --shard-virtual-workspace-ca-file=/etc/kcp/tls/server-client/ca.crt is missing in KCP pod spec
That should not be required since https://github.com/kcp-dev/kcp/pull/2659 (for now I removed the standalone VW option from the templates, until we resolve issues discussed via https://github.com/kcp-dev/kcp/pull/2672) - can you confirm which KCP image you're using?
Hi! I'm trying to deploy
kcp
to akind
cluster but it seems missing some important parts, like:* `s.Options.Extra.ShardVirtualWorkspaceCAFile`, not sure where to import this file. * `"command failed" err="--shards-kubeconfig is required"` when starting a `kcp-front-proxy`
Not sure how to solve it and continue to make it works. Could you point me some ways to work on? Thanks!
@cychiang please check you have the latest version of the chart - the shards-kubeconfig
issue was resolved in #24 - if you still have issues after pulling the latest, please open an issue with more details, thanks!
@ncdc or @s-urbaniak perhaps you could merge this and we'll deal with any further additions as follow-ups?
@hardys you have merge permissions now
Hi! I'm trying to deploy
kcp
to akind
cluster but it seems missing some important parts, like:* `s.Options.Extra.ShardVirtualWorkspaceCAFile`, not sure where to import this file. * `"command failed" err="--shards-kubeconfig is required"` when starting a `kcp-front-proxy`
Not sure how to solve it and continue to make it works. Could you point me some ways to work on? Thanks!
@cychiang please check you have the latest version of the chart - the
shards-kubeconfig
issue was resolved in #24 - if you still have issues after pulling the latest, please open an issue with more details, thanks!
I see now we forgot to tag a new release https://github.com/kcp-dev/helm-charts/releases/tag/kcp-0.2.5 now tagged
@hardys Thanks, I will give it a try.
This adds some more usage information based on additions from #23 which was recently closed
Co-Authored-By: Mangirdas Judeikis mangirdas@judeikis.lt