Skip to content
New issue

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

GCP: Remove requirement for TARGET-INSTANCE object in AliasIP only use case #11

Closed
alaari-f5 opened this issue Apr 16, 2020 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@alaari-f5
Copy link

(Issue moved from: f5devcentral/f5-cloud-failover-extension#15)
Reported by: @f5-applebaum

Use case is that you would like to failover only AliasIps (vs Forwarding Rules).

Currently, the failover requires TARGET_INSTANCE objects to be created which is only needed for Forwarding Rules.

Workaround is creating target instance objects:

https://cloud.google.com/sdk/gcloud/reference/compute/target-instances/create

gcloud compute target-instances create NAME --instance=INSTANCE [--description=DESCRIPTION] [--instance-zone=INSTANCE_ZONE] [--zone=ZONE] [GCLOUD_WIDE_FLAG …]

@alaari-f5 alaari-f5 added the bug Something isn't working label Apr 16, 2020
@alaari-f5
Copy link
Author

This is being tracked internally as:

AUTOSDK-195 - GCP: Remove requirement for TARGET-INSTANCE object in AliasIP only use case

@shyawnkarim
Copy link

Closing. This issue was resolved with release 1.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants