Hide Forgot
Document URL: https://docs.openshift.com/container-platform/3.3/admin_guide/high_availability.html#configuring-a-highly-available-routing-service Section Number and Name: Cluster Administration High Availability Describe the issue: The command to deploy the highly available router still uses [0] which produces a flag message [1]. [0] --credentials=/etc/origin/master/openshift-router.kubeconfig \ Suggestions for improvement: [1] Deprecation: Flag --credentials has been deprecated, use --service-account to specify the service account the ipfailover pod will use to make API calls Additional information: Stop using the --credentials option and either replace it exclusively with the --servce-account option (part of the command as well) or replace it with whatever option is necessary to deploy properly.
Closing fixed through other means. Per 3.3 rev history: |xref:../admin_guide/router.adoc#admin-guide-router[Monitoring Routers] |Removed references to the deprecated `--credentials` option.