Skip to content
#

infrastructure-as-code

Here are 1,112 public repositories matching this topic...

danielrobbins
danielrobbins commented Mar 20, 2021

We have Changelog documentation here:

https://docs.saltproject.io/en/latest/topics/development/changelog.html

However, this documentation is not integrated or referenced in our documentation on how to create PRs:

https://docs.saltproject.io/en/latest/topics/development/contributing.html

The "Changelog" section appears BEFORE the Contributing section, but should likely be placed INSIDE

mitchlloyd
mitchlloyd commented Jun 8, 2021

General Issue

As I'm upgrading CDK in many projects to remove EOL Node 10.x lambdas, I'm seeing an upgrade go from 10.x -> 12.x instead of the expected 14.x (current LTS). This means that I'm going to need to revisit this upgrading process sooner than if this were set to 14.x.

This construct is specifying 'nodejs12.x' https://github.com/aws/aws-cdk/blob/b1ecd3d49d7ebf97a54a80

anguslees
anguslees commented Mar 21, 2018

Garbage collection works by listing everything with the gc-tag. In a busy cluster, we really want that filter to happen server-side and ideally using an index of some sort.

That means we should use a Kubernetes label, not an annotation.

I think this will require a two-step migration plan (write both but continue to read annotation; release; drop support for annotation; release).

Improve this page

Add a description, image, and links to the infrastructure-as-code topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the infrastructure-as-code topic, visit your repo's landing page and select "manage topics."

Learn more