-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Labels
contributionValuable ContributionValuable Contributiontype/claritySomething was unclear in the documentation.Something was unclear in the documentation.ua-reviewUnder review by the UA teamUnder review by the UA team
Description
Issue description
https://help.sap.com/docs/btp/sap-business-technology-platform/apirule-migration?version=Cloud -- In this document, there is a section which How to Migrate APIRules to Version v2 where there is a kubectl get apirules command.
Current Value:
kubectl get apirules.gateway.kyma-project.io -A-o json | jq '.items[] | select(.metadata.annotations["gateway.kyma-project.io/original-version"] == "v1beta1") | {namespace: .metadata.namespace, name: .metadata.name}'Fixed Value:
kubectl get apirules.gateway.kyma-project.io -A -o json | jq '.items[] | select(.metadata.annotations["gateway.kyma-project.io/original-version"] == "v1beta1") | {namespace: .metadata.namespace, name: .metadata.name}'Change is the space required between -A and -o before json.
Feedback Type (Optional)
None
Page Title on SAP Help Portal (prefilled)
APIRule Migration
Page URL on SAP Help Portal (prefilled)
https://help.sap.com/docs/btp/sap-business-technology-platform/apirule-migration
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
contributionValuable ContributionValuable Contributiontype/claritySomething was unclear in the documentation.Something was unclear in the documentation.ua-reviewUnder review by the UA teamUnder review by the UA team