Adam
Adam
> > Got it, thanks for the information! > > could you shed some light on this custom gdn instance? Is it possible to do something similar with the packaged...
Instanced pipelines are great if you know the list of branches beforehand and don't mind adding new instances as branches are created. If you want to dynamically generate new instanced...
The problem is what @dharwood mentioned in https://github.com/puppetlabs/puppetlabs-docker/issues/848#issuecomment-1197347774, but that causes a further issue when it comes time to do the service-to-container comparison (at least for the docker_compose provider, which...
Any updates on this?
> Hey @jgreat, > > Is it possible that fnv hash of these two namespaces has collisions? The listener name is computed [here](https://github.com/actions/actions-runner-controller/blob/d72774753c1ac24f927cac68b368f2abc9f65f40/controllers/actions.github.com/resourcebuilder.go#L655). From the log, it seems to me...
I assume this is related to [this issue](https://github.com/actions/actions-runner-controller/issues/2103). The problem is that the StatefulSet isn't being scaled, additional StatefulSets are being added to the RunnerSet. So if the old StatefulSets...
> Issue still exist with kubernetes provider 2.26.0 > > ``` > Unable to find schema type for attribute: > metadata.clusterName > ``` Still a problem in 2.31.0...
Yeah, it's `terraform workspaces list` that's failing. I ended up switching to a pg backend for the sake of progress but am now encountering a whole other set of issues...
I did just notice that [the docs](https://docs.pulpproject.org/pulp_operator/pulp/#pulpcontainer) say: ``` WARN: defining a different image than the one used by API pods can cause unexpected behaviors! ``` So maybe the key...