Mario Manno
Mario Manno
Should use https://github.com/SUSE/fissile/wiki/Pod-Management-using-Role-Manifest-Tags instead of outdated information about `indexed` tags. Could include information about monit and configgin roles, but that will soon be deprecated as far as I understand.
We added a release of the current state: https://github.com/cloudfoundry-incubator/fissile/releases/tag/v7.0.0%2B374.gb8e8e6af This should be easier to access, than the s3 buckets (https://cf-opensusefs2.s3.us-east-1.amazonaws.com/fissile/develop/fissile-7.0.0%2b374.gb8e8e6af.darwin-amd64.tgz).
The job controller in gitjob should [collect the job's output](https://github.com/rancher/gitjob/blob/release%2Ffleet%2Fv0.9/pkg/controller/job/jobs.go#L98) from a `Failed` job. If I remember correctly the error is propagated from the job to the gitjob status, to...
> For debugging this is really annoying - especially because the failing pods (fleet container fails) are deleted really fast so that getting the logs is not easy.. basically as...
> Could Fleet and the Rancher UI be extended so that in the UI one can see that a specific git repo is constantly failing? How would you define "constantly...
controller label: `fleet.cattle.io/shard-id=` sharded resources bear label: `fleet.cattle.io/shard-ref=`
After https://github.com/rancher/fleet/issues/2115 we should be able to show the resources that are actually deployed per cluster.
Citation from @p-se's pull request for visibility: > When a resource of a BundleDeployment is removed after the Bundle has been created, the BundleDeployment says it is missing. This is...
We should add some tests for adopting: - [x] adopting a "clean" k8s resource - [x] adopting a resource that has valid wrangler metadata - [ ] adopting a resource...
As discussed: Our tests show that the id and hash label are added to a pre-existing resource, when takeOwnership is set. This works with a config map. We don't need...