Skip to content

Commit

Permalink
chore: Deprecation of v1.0 notice
Browse files Browse the repository at this point in the history
  • Loading branch information
m8rmclaren committed Oct 24, 2023
1 parent db5e8b8 commit b2217f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ The cert-manager external issuer for Keyfactor command is open source and commun

###### To report a problem or suggest a new feature, use the **[Issues](../../issues)** tab. If you want to contribute actual bug fixes or proposed enhancements, see the [contribution guidelines](https://github.com/Keyfactor/command-k8s-csr-signer/blob/main/CONTRIBUTING.md) and use the **[Pull requests](../../pulls)** tab.

## Migration from EJBCA CSR Signer v1.0 to v2.0

The EJBCA CSR Signer v2.0 has breaking changes from v1.0. To migrate from v1.0 to v2.0, uninstall the v1.0 deployment and install the v2.0 deployment. The v2.0 deployment uses the same configuration as v1.0, but the configuration is now stored in a Kubernetes ConfigMap. See the [Getting Started](docs/getting-started.md) to install the v2.0 deployment.

## Documentation
* [Getting Started](docs/getting-started.md)
Expand Down
1 change: 1 addition & 0 deletions docs/istio-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ Istio must not already be installed in your cluster, since modification of the I
kubectl -n bookinfo get services
```
Verify that the Bookinfo application is running.
```shell
kubectl -n bookinfo exec "$(kubectl -n bookinfo get pod -l app=ratings -o jsonpath='{.items[0].metadata.name}')" -c ratings -- curl -sS productpage:9080/productpage
```
Expand Down

0 comments on commit b2217f3

Please sign in to comment.