This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
Add Packet CCM to Packet Lokomotive clusters #548
Labels
Milestone
Comments
When implemented, it will also hit #478 😞 |
Keep in mind this comment about things needed to bootstrap the CCM, since it'll probably apply to the Packet CCM too. |
Looking into this |
https://github.com/packethost/packet-ccm#bgp
@knrt10 FYI ^. We should verify that users can still decide not to enable BGP for a worker pool. |
iaguis
added
the
size/l
Issues which likely require many work days (but not weeks)
label
Oct 14, 2020
Current status:
I tried manually deploying ccm with current master. We had to deploy Lokomotive's MetalLb component for ccm to work. ccm watches and picks up the configMap
failed to update and sync nodes: failed to get metallb config map: could not parse config: yaml: unmarshal errors:
line 1: field peer-autodiscovery not found in type metallb.ConfigFile
These things should be fixed, once packet-ccm fix in their patch release |
knrt10
added a commit
that referenced
this issue
Nov 3, 2020
- Add helm chart for packet-ccm. - Add varibales api_token and project_id to bootkube. - Run packet-ccm while bootstrapping. closes: #548 Signed-off-by: knrt10 <[email protected]>
knrt10
added a commit
that referenced
this issue
Nov 3, 2020
- Add helm chart for packet-ccm. - Add varibales api_token and project_id to bootkube. - Run packet-ccm while bootstrapping. closes: #548 Signed-off-by: knrt10 <[email protected]>
knrt10
added a commit
that referenced
this issue
Nov 3, 2020
- Add helm chart for packet-ccm. - Add varibales api_token and project_id to bootkube. - Run packet-ccm while bootstrapping. closes: #548 Signed-off-by: knrt10 <[email protected]>
knrt10
added a commit
that referenced
this issue
Nov 3, 2020
- Add helm chart for packet-ccm. - Add varibales api_key and project_id to bootkube. - Run packet-ccm while bootstrapping. closes: #548 Signed-off-by: knrt10 <[email protected]>
knrt10
added a commit
that referenced
this issue
Nov 3, 2020
- Add helm chart for packet-ccm. - Add varibales auth_token and project_id to bootkube. - Run packet-ccm while bootstrapping. closes: #548 Signed-off-by: knrt10 <[email protected]>
knrt10
added a commit
that referenced
this issue
Nov 3, 2020
- Add helm chart for packet-ccm. - Add varibales auth_token and project_id to bootkube. - Run packet-ccm while bootstrapping. closes: #548 Signed-off-by: knrt10 <[email protected]>
knrt10
added a commit
that referenced
this issue
Nov 3, 2020
- Add helm chart for packet-ccm. - Add varibales auth_token and project_id to bootkube. - Run packet-ccm while bootstrapping. closes: #548 Signed-off-by: knrt10 <[email protected]>
knrt10
added a commit
that referenced
this issue
Nov 3, 2020
- Add helm chart for packet-ccm. - Add varibales auth_token and project_id to bootkube. - Run packet-ccm while bootstrapping. closes: #548 Signed-off-by: knrt10 <[email protected]>
knrt10
added a commit
that referenced
this issue
Nov 3, 2020
- Add helm chart for packet-ccm. - Add varibales auth_token and project_id to bootkube. - Run packet-ccm while bootstrapping. closes: #548 Signed-off-by: knrt10 <[email protected]>
knrt10
added a commit
that referenced
this issue
Nov 4, 2020
- Add helm chart for packet-ccm. - Run packet-ccm while bootstrapping. closes: #548 Signed-off-by: knrt10 <[email protected]>
knrt10
added a commit
that referenced
this issue
Nov 5, 2020
- Add helm chart for packet-ccm. - Run packet-ccm while bootstrapping. closes: #548 Signed-off-by: knrt10 <[email protected]>
knrt10
added a commit
that referenced
this issue
Nov 5, 2020
- Add helm chart for packet-ccm. - Run packet-ccm while bootstrapping. closes: #548 Signed-off-by: knrt10 <[email protected]>
knrt10
added a commit
that referenced
this issue
Nov 6, 2020
- Add helm chart for packet-ccm. - Run packet-ccm while bootstrapping. - Export field auth_token to packet. This is required for packet-ccm. packet-ccm needs secret to be configured before it is applied. In that secret 2 values are required, one is packet project_id and other is api_key. We were already getting project_id and auth_token from user. closes: #548 Signed-off-by: knrt10 <[email protected]>
knrt10
added a commit
that referenced
this issue
Nov 6, 2020
- Add helm chart for packet-ccm. - Run packet-ccm while bootstrapping. - Export field auth_token to packet. This is required for packet-ccm. packet-ccm needs secret to be configured before it is applied. In that secret 2 values are required, one is packet project_id and other is api_key. We were already getting project_id and auth_token from user. closes: #548 Signed-off-by: knrt10 <[email protected]>
knrt10
pushed a commit
that referenced
this issue
Nov 23, 2020
Which are set by Packet CCM right now. Refs #548 Signed-off-by: Mateusz Gozdek <[email protected]>
knrt10
pushed a commit
that referenced
this issue
Nov 23, 2020
This commit enables CCM for Packet platform to allow dropping hacky way of labeling Node objects on Packet via Ignition script for MetalLB autodiscovery to work, which we are doing right now. Closes #548 Signed-off-by: Mateusz Gozdek <[email protected]>
knrt10
added a commit
that referenced
this issue
Nov 23, 2020
Using CCM on Kubernetes requires --cloud-provider to be set to "external". This commit enables this customization. Default value remains empty string, so no flag will be set for compatibility with other platforms. Refs #548 Signed-off-by: knrt10 <[email protected]>
knrt10
pushed a commit
that referenced
this issue
Nov 23, 2020
This commit add packet-ccm Helm chart based on manifests from https://github.com/packethost/packet-ccm/tree/master/deploy/template, but with Lokomotive-specific modifications like using image with BGP Node Selector support, enabled leader election for HA, removed unnecessary RBAC grants etc. This chart will be used to enable CCM on Packet platform. Refs #548 Signed-off-by: Mateusz Gozdek <[email protected]>
knrt10
pushed a commit
that referenced
this issue
Nov 23, 2020
So we don't hit a regression when we move the responsibility of enabling BGP for nodes from Terraform to Packet CCM. Refs #548 Signed-off-by: Mateusz Gozdek <[email protected]>
knrt10
pushed a commit
that referenced
this issue
Nov 23, 2020
Which are set by Packet CCM right now. Refs #548 Signed-off-by: Mateusz Gozdek <[email protected]>
knrt10
pushed a commit
that referenced
this issue
Nov 23, 2020
This commit enables CCM for Packet platform to allow dropping hacky way of labeling Node objects on Packet via Ignition script for MetalLB autodiscovery to work, which we are doing right now. Closes #548 Signed-off-by: Mateusz Gozdek <[email protected]>
invidian
pushed a commit
that referenced
this issue
Nov 23, 2020
Using CCM on Kubernetes requires --cloud-provider to be set to "external". This commit enables this customization. Default value remains empty string, so no flag will be set for compatibility with other platforms. Refs #548 Signed-off-by: knrt10 <[email protected]>
invidian
added a commit
that referenced
this issue
Nov 23, 2020
This commit add packet-ccm Helm chart based on manifests from https://github.com/packethost/packet-ccm/tree/master/deploy/template, but with Lokomotive-specific modifications like using image with BGP Node Selector support, enabled leader election for HA, removed unnecessary RBAC grants etc. This chart will be used to enable CCM on Packet platform. Refs #548 Signed-off-by: Mateusz Gozdek <[email protected]>
invidian
added a commit
that referenced
this issue
Nov 23, 2020
So we don't hit a regression when we move the responsibility of enabling BGP for nodes from Terraform to Packet CCM. Refs #548 Signed-off-by: Mateusz Gozdek <[email protected]>
invidian
added a commit
that referenced
this issue
Nov 23, 2020
Which are set by Packet CCM right now. Refs #548 Signed-off-by: Mateusz Gozdek <[email protected]>
invidian
added a commit
that referenced
this issue
Nov 23, 2020
This commit enables CCM for Packet platform to allow dropping hacky way of labeling Node objects on Packet via Ignition script for MetalLB autodiscovery to work, which we are doing right now. Closes #548 Signed-off-by: Mateusz Gozdek <[email protected]>
invidian
pushed a commit
that referenced
this issue
Dec 2, 2020
Using CCM on Kubernetes requires --cloud-provider to be set to "external". This commit enables this customization. Default value remains empty string, so no flag will be set for compatibility with other platforms. Refs #548 Signed-off-by: knrt10 <[email protected]>
invidian
added a commit
that referenced
this issue
Dec 2, 2020
This commit add packet-ccm Helm chart based on manifests from https://github.com/packethost/packet-ccm/tree/master/deploy/template, but with Lokomotive-specific modifications like using image with BGP Node Selector support, enabled leader election for HA, removed unnecessary RBAC grants etc. This chart will be used to enable CCM on Packet platform. Refs #548 Signed-off-by: Mateusz Gozdek <[email protected]>
invidian
added a commit
that referenced
this issue
Dec 2, 2020
So we don't hit a regression when we move the responsibility of enabling BGP for nodes from Terraform to Packet CCM. Refs #548 Signed-off-by: Mateusz Gozdek <[email protected]>
invidian
added a commit
that referenced
this issue
Dec 2, 2020
Which are set by Packet CCM right now. Refs #548 Signed-off-by: Mateusz Gozdek <[email protected]>
invidian
added a commit
that referenced
this issue
Dec 2, 2020
This commit enables CCM for Packet platform to allow dropping hacky way of labeling Node objects on Packet via Ignition script for MetalLB autodiscovery to work, which we are doing right now. Closes #548 Signed-off-by: Mateusz Gozdek <[email protected]>
invidian
added a commit
that referenced
this issue
Dec 2, 2020
This commit enables CCM for Packet platform to allow dropping hacky way of labeling Node objects on Packet via Ignition script for MetalLB autodiscovery to work, which we are doing right now. Closes #548 Signed-off-by: Mateusz Gozdek <[email protected]>
invidian
pushed a commit
that referenced
this issue
Dec 3, 2020
Using CCM on Kubernetes requires --cloud-provider to be set to "external". This commit enables this customization. Default value remains empty string, so no flag will be set for compatibility with other platforms. Refs #548 Signed-off-by: knrt10 <[email protected]>
invidian
added a commit
that referenced
this issue
Dec 3, 2020
This commit add packet-ccm Helm chart based on manifests from https://github.com/packethost/packet-ccm/tree/master/deploy/template, but with Lokomotive-specific modifications like using image with BGP Node Selector support, enabled leader election for HA, removed unnecessary RBAC grants etc. This chart will be used to enable CCM on Packet platform. Refs #548 Signed-off-by: Mateusz Gozdek <[email protected]>
invidian
added a commit
that referenced
this issue
Dec 3, 2020
So we don't hit a regression when we move the responsibility of enabling BGP for nodes from Terraform to Packet CCM. Refs #548 Signed-off-by: Mateusz Gozdek <[email protected]>
invidian
added a commit
that referenced
this issue
Dec 3, 2020
Which are set by Packet CCM right now. Refs #548 Signed-off-by: Mateusz Gozdek <[email protected]>
invidian
added a commit
that referenced
this issue
Dec 3, 2020
This commit enables CCM for Packet platform to allow dropping hacky way of labeling Node objects on Packet via Ignition script for MetalLB autodiscovery to work, which we are doing right now. Closes #548 Signed-off-by: Mateusz Gozdek <[email protected]>
invidian
added a commit
that referenced
this issue
Dec 3, 2020
This commit add packet-ccm Helm chart based on manifests from https://github.com/packethost/packet-ccm/tree/master/deploy/template, but with Lokomotive-specific modifications like using image with BGP Node Selector support, enabled leader election for HA, removed unnecessary RBAC grants etc. This chart will be used to enable CCM on Packet platform. Refs #548 Signed-off-by: Mateusz Gozdek <[email protected]>
invidian
added a commit
that referenced
this issue
Dec 3, 2020
So we don't hit a regression when we move the responsibility of enabling BGP for nodes from Terraform to Packet CCM. Refs #548 Signed-off-by: Mateusz Gozdek <[email protected]>
invidian
added a commit
that referenced
this issue
Dec 3, 2020
Which are set by Packet CCM right now. Refs #548 Signed-off-by: Mateusz Gozdek <[email protected]>
invidian
added a commit
that referenced
this issue
Dec 3, 2020
This commit enables CCM for Packet platform to allow dropping hacky way of labeling Node objects on Packet via Ignition script for MetalLB autodiscovery to work, which we are doing right now. Closes #548 Signed-off-by: Mateusz Gozdek <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
We should add the Packet CCM to Lokomotive clusters deployed to Packet.
The CCM handles, for example, node changes and is gonna be needed to use the peer autodiscovery feature of MetalLB once it gets merged (we're currently using a patched version of MetalLB to have the feature).
The text was updated successfully, but these errors were encountered: