You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
Optional consumers may be specified as nil in the deployment manifest to block consumption of any providers.
In kubecf we have done this to disable link resolution for postgres for the credhub instance group. Looking at desired-manifest-v1 shows:
jobs:
- consumes:
postgres: null
name: credhub
However, ig-resolved.credhub-v1 still references the autoscaler database:
quarks:
consumes:
postgres:
address: asdatabase
We've ultimately worked around this with an ig_resolver patch, modifying the job.MF of the credhub job, but I think the explicit link resolution should have worked as well.
The text was updated successfully, but these errors were encountered:
…edhub.
This fix doesn't seem to work; most likely because quarks-operator doesn't
implement the functionality:
> Optional consumers may be specified as nil in the deployment manifest
> to block consumption of any providers.
See cloudfoundry-incubator/quarks-operator#1259
We are going to keep this change because we expect this to be fixed
in the operator eventually.
The docs at https://bosh.io/docs/links/#explicit state:
In kubecf we have done this to disable link resolution for
postgres
for thecredhub
instance group. Looking atdesired-manifest-v1
shows:However,
ig-resolved.credhub-v1
still references the autoscaler database:We've ultimately worked around this with an
ig_resolver
patch, modifying thejob.MF
of thecredhub
job, but I think the explicit link resolution should have worked as well.The text was updated successfully, but these errors were encountered: