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
(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 …]
The text was updated successfully, but these errors were encountered:
This is being tracked internally as:
AUTOSDK-195 - GCP: Remove requirement for TARGET-INSTANCE object in AliasIP only use case
Sorry, something went wrong.
Closing. This issue was resolved with release 1.2.
No branches or pull requests
(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 …]
The text was updated successfully, but these errors were encountered: