We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apiVersion: elbv2.aws.crossplane.io/v1alpha1 kind: LoadBalancer metadata: name: xlb spec: deletionPolicy: Delete forProvider: loadBalancerType: network name: x-lb region: us-east-1 subnets: - subnet-02234e0485760df45 providerConfigRef: name: default status: atProvider: {} <-------- conditions: - lastTransitionTime: "2022-05-16T16:58:48Z" reason: Available status: "True" type: Ready - lastTransitionTime: "2022-05-16T16:56:46Z" reason: ReconcileSuccess status: "True" type: Synced
Crossplane version: v1.6.4
Kubernetes version:
Client Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.4", GitCommit:"e6c093d87ea4cbb530a7b2ae91e54c0842d8308a", GitTreeState:"clean", BuildDate:"2022-02-16T12:38:05Z", GoVersion:"go1.17.7", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.7", GitCommit:"1f86634ff08f37e54e8bfcd86bc90b61c98f84d4", GitTreeState:"clean", BuildDate:"2021-11-17T14:35:38Z", GoVersion:"go1.16.10", Compiler:"gc", Platform:"linux/amd64"}
The text was updated successfully, but these errors were encountered:
Same issue in v0.27.0, it's blocking us as we rely on it to get dns of alb
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What happened?
All sub-resources of loadBalancer such as availabilityZone, dnsName, loadBalncaerARN etc under status.atProvider are emptyHow can we reproduce it?
Just create a loadBalancer resource with the provider-aws version v0.25.0What environment did it happen in?
Crossplane version: v1.6.4
Cloud provider: AWSKubernetes version:
The text was updated successfully, but these errors were encountered: