Skip to content

[doc issue] APIRule Migration document has typo in the kubectl get apirules.... #303

@arpitkumarwithsap

Description

@arpitkumarwithsap

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

Metadata

Metadata

Assignees

Labels

contributionValuable Contributiontype/claritySomething was unclear in the documentation.ua-reviewUnder review by the UA team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions