mirror of https://github.com/kubernetes/kops.git
Typo fix: bellow -> below
Signed-off-by: ruicao <ruicao@alauda.io>
This commit is contained in:
parent
258700f073
commit
44fb3a9b1e
|
@ -11,8 +11,8 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/kops/master/addons
|
|||
```
|
||||
### Updating the addon
|
||||
|
||||
Run the script bellow.
|
||||
Run the script below.
|
||||
|
||||
```console
|
||||
addons/prometheus-operator/sync-repo.sh "v0.19.0"
|
||||
```
|
||||
```
|
||||
|
|
|
@ -95,7 +95,7 @@ require('http').createServer(function (request, response) {
|
|||
}).listen(8080);
|
||||
```
|
||||
|
||||
More on intercepting errors bellow.
|
||||
More on intercepting errors below.
|
||||
|
||||
### Intercepting errors & Listening #
|
||||
|
||||
|
|
|
@ -121,7 +121,7 @@ func (_ *VPCCIDRBlock) RenderTerraform(t *terraform.TerraformTarget, a, e, chang
|
|||
// https://github.com/terraform-providers/terraform-provider-aws/issues/3403
|
||||
return fmt.Errorf("terraform does not support AdditionalCIDRs on VPCs")
|
||||
|
||||
// The code bellow is based on https://github.com/terraform-providers/terraform-provider-aws/pull/1568
|
||||
// The code below is based on https://github.com/terraform-providers/terraform-provider-aws/pull/1568
|
||||
// and can be un-comented once it is landed.
|
||||
// When this has been enabled please fix test TestAdditionalCIDR in integration_test.go to run runTestAWS.
|
||||
// tf := &terraformVPCCIDRBlock{
|
||||
|
|
Loading…
Reference in New Issue