Skip to content

Commit b088670

Browse files
Merge pull request #1426 from veeramalla-f5/fixdocs2
Fix release notes
2 parents 909a214 + db756ba commit b088670

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/RELEASE-NOTES.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Added Functionality
3232
* Supports TLSProfile CRD with BIG-IP reference client and server SSL profiles
3333
* Supports TLSProfile CRD with K8S secrets reference for client SSL profiles.
3434
* `CRD schema definition for both Virtual server and TLSProfile <https://raw.githubusercontent.com/F5Networks/k8s-bigip-ctlr/master/docs/_static/config_examples/crd/Install/customresourcedefinitions.yml>`_.
35-
* `CRD examples <https://raw.githubusercontent.com/F5Networks/k8s-bigip-ctlr/master/docs/_static/config_examples/crd/CustomResource.md>`_.
35+
* `CRD examples <https://github.com/F5Networks/k8s-bigip-ctlr/tree/master/docs/_static/config_examples/crd>`_.
3636

3737
Bug Fixes
3838
`````````
@@ -61,7 +61,8 @@ Guidelines for upgrading to CIS 2.1
6161
* Those migrating from agent CCCL to agent AS3 :
6262
- User should clean up LTM resources in BIG-IP partition created by CCCL before migrating to CIS 2.1.
6363
Steps to clean up LTM resources in BIG-IP partition using AS3
64-
* Use this POST call: "https://<bigip-ip>/mgmt/shared/appsvcs/declare?async=true" along with this `AS3 declaration <https://raw.githubusercontent.com/F5Networks/k8s-bigip-ctlr/master/docs/_static/config_examples/example-empty-AS3-declaration.yaml>`_.
64+
* Use below POST call along with this `AS3 declaration <https://raw.githubusercontent.com/F5Networks/k8s-bigip-ctlr/master/docs/_static/config_examples/example-empty-AS3-declaration.yaml>`_.
65+
- https://<bigip-ip>/mgmt/shared/appsvcs/declare?async=true
6566
* Note: Please modify <bigip-ip> in above POST call and <bigip-partition> name in `AS3 declaration <https://raw.githubusercontent.com/F5Networks/k8s-bigip-ctlr/master/docs/_static/config_examples/example-empty-AS3-declaration.yaml>`_
6667

6768
2.0

0 commit comments

Comments
 (0)