Daniel Mangum

Results 133 comments of Daniel Mangum

Configurations workflow: https://github.com/crossplane/crossplane/actions/runs/3053181636

Promote workflow: https://github.com/crossplane/crossplane/actions/runs/3053303671

https://github.com/crossplane/crossplane/releases/tag/v1.9.1

@turkenh here is some info about how leader election is configured: 1. Create manager https://github.com/kubernetes-sigs/controller-runtime/blob/ce2f0c92d77e05609fab003663f2b5bb9c1990d7/pkg/manager/manager.go#L308 2. Build resource lock https://github.com/kubernetes-sigs/controller-runtime/blob/ce2f0c92d77e05609fab003663f2b5bb9c1990d7/pkg/leaderelection/leader_election.go#L54 3. Default lease options https://github.com/kubernetes-sigs/controller-runtime/blob/ce2f0c92d77e05609fab003663f2b5bb9c1990d7/pkg/manager/manager.go#L545 4. Start leader election https://github.com/kubernetes-sigs/controller-runtime/blob/ce2f0c92d77e05609fab003663f2b5bb9c1990d7/pkg/manager/internal.go#L484...

@spiffxp preparing whenisgood as we speak :)

@apparentlymart Hi! I am a HUG organizer and contributor to a number of HashiCorp products. I am very interested in programming languages and would love to start contributing to hcl2!...

I like the idea of pushing this to the composition layer rather than the package layer as it could become quite messy to be maintaining (potentially diverging) templating languages at...

Another Linux user checking in: ``` 🤖 uname -a Linux dan-XPS-15-9570 Ubuntu SMP Thu Jun 2 00:39:06 UTC 2022 x86_64 GNU/Linux 🤖 rm -rf ~/.kube/cache 🤖 kubectl version Client Version:...

@kevinzs2048 are you still interested in helping out here?

@turkenh thanks for opening this! Wanted to point to some prior art related to this topic: https://github.com/crossplane/crossplane/issues/834