mirror of https://github.com/kubernetes/kops.git
docs: fix spelling mistakes
This commit is contained in:
parent
43aa68ace0
commit
b1d5275820
|
@ -113,7 +113,7 @@ Appears In:
|
|||
|
||||
Field | Description
|
||||
------------ | -----------
|
||||
additionalNetworkCIDRs <br /> *string array* | AdditionalNetworkCIDRs is a list of aditional CIDR used for the AWS VPC or otherwise allocated to k8s. This is a real CIDR, not the internal k8s network On AWS, it maps to any aditional CIDRs added to a VPC.
|
||||
additionalNetworkCIDRs <br /> *string array* | AdditionalNetworkCIDRs is a list of additional CIDR used for the AWS VPC or otherwise allocated to k8s. This is a real CIDR, not the internal k8s network On AWS, it maps to any additional CIDRs added to a VPC.
|
||||
additionalPolicies <br /> *object* | Additional policies to add for roles
|
||||
additionalSans <br /> *string array* | AdditionalSANs adds additional Subject Alternate Names to apiserver cert that kops generates
|
||||
addons <br /> *[AddonSpec](#addonspec-v1alpha2-kops) array* | Additional addons that should be installed on the cluster
|
||||
|
|
|
@ -21,7 +21,7 @@ cidr <br /> *string* |
|
|||
egress <br /> *string* | Egress defines the method of traffic egress for this subnet
|
||||
id <br /> *string* | ProviderID is the cloud provider id for the objects associated with the zone (the subnet on AWS)
|
||||
name <br /> *string* |
|
||||
publicIP <br /> *string* | PublicIP to attatch to NatGateway
|
||||
publicIP <br /> *string* | PublicIP to attach to NatGateway
|
||||
region <br /> *string* | Region is the region the subnet is in, set for subnets that are regionally scoped
|
||||
type <br /> *string* |
|
||||
zone <br /> *string* | Zone is the zone the subnet is in, set for subnets that are zonally scoped
|
||||
|
|
|
@ -77,7 +77,7 @@ Appears In:
|
|||
Field | Description
|
||||
------------ | -----------
|
||||
additionalSecurityGroups <br /> *string array* | AdditionalSecurityGroups attaches additional security groups (e.g. i-123456)
|
||||
additionalUserData <br /> *[UserData](#userdata-v1alpha2-kops) array* | AdditionalUserData is any aditional user-data to be passed to the host
|
||||
additionalUserData <br /> *[UserData](#userdata-v1alpha2-kops) array* | AdditionalUserData is any additional user-data to be passed to the host
|
||||
associatePublicIp <br /> *boolean* | AssociatePublicIP is true if we want instances to have a public IP
|
||||
cloudLabels <br /> *object* | CloudLabels indicates the labels for instances in this group, at the AWS level
|
||||
detailedInstanceMonitoring <br /> *boolean* | DetailedInstanceMonitoring defines if detailed-monitoring is enabled (AWS only)
|
||||
|
|
|
@ -187,7 +187,7 @@ $(document).ready(function() {
|
|||
var scrollPosition = $(window).scrollTop();
|
||||
scrollActions(scrollPosition);
|
||||
checkActiveElement(flatToc, scrollPosition);
|
||||
// TODO: prevent scroll on sidebar from propogating to window
|
||||
// TODO: prevent scroll on sidebar from propagating to window
|
||||
$(window).on('scroll', function(event) {
|
||||
var scrollPosition = $(window).scrollTop();
|
||||
var activeSectionTokens = scrollActions(scrollPosition);
|
||||
|
|
|
@ -88,4 +88,4 @@ roll:
|
|||
|
||||
* This pipeline does not have a true "dryrun" job that can be ran on non-master branches, for example before a merge request is merged.
|
||||
This is because the required `kops replace` before the `kops update cluster` will update the live assets in the state store which could impact newly launched nodes that download these assets.
|
||||
[PR #6465](https://github.com/kubernetes/kops/pull/6465) could add support for copying the state store to a local filesystem prior to `kops replace`, allowing the dryrun pipeline to be compeletely isolated from the live state store.
|
||||
[PR #6465](https://github.com/kubernetes/kops/pull/6465) could add support for copying the state store to a local filesystem prior to `kops replace`, allowing the dryrun pipeline to be completely isolated from the live state store.
|
Loading…
Reference in New Issue