fix(typo): fixing typo in several webhook error messages (#212)

Co-authored-by: Erin Corson <ecorson@vmware.com>
This commit is contained in:
Erin Corson
2021-03-04 08:24:11 +01:00
committed by GitHub
co-authored by Erin Corson
parent 737b6ce65a
commit 2ea36db5d6
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ Once the namespace quota assigned to the tenant has been reached, Alice cannot c
```
alice@caas# kubectl create ns oil-training
Error from server (Cannot exceed Namespace quota: please, reach out the system administrators): admission webhook "quota.namespace.capsule.clastix.io" denied the request.
Error from server (Cannot exceed Namespace quota: please, reach out to the system administrators): admission webhook "quota.namespace.capsule.clastix.io" denied the request.
```
The enforcement on the maximum number of Namespace resources per Tenant is the responsibility of the Capsule controller via its Dynamic Admission Webhook capability.
+1 -1
View File
@@ -96,7 +96,7 @@ However, the Capsule controller prevents Alice to delete the tenant network poli
```
alice@caas# kubectl -n oil-production delete networkpolicy capsule-oil-0
Error from server (Capsule Network Policies cannot be deleted: please, reach out the system administrators): admission webhook "validating.network-policy.capsule.clastix.io" denied the request: Capsule Network Policies cannot be deleted: please, reach out the system administrators
Error from server (Capsule Network Policies cannot be deleted: please, reach out to the system administrators): admission webhook "validating.network-policy.capsule.clastix.io" denied the request: Capsule Network Policies cannot be deleted: please, reach out to the system administrators
```
# Whats next