-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document AKSClusterConfig API #247
Conversation
c8b87af
to
3a0c85d
Compare
// +optional | ||
// +kubebuilder:default=false | ||
Imported bool `json:"imported" norman:"noupdate"` | ||
// Location specifies the region to create the private endpoint. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ResourceLocation
LogAnalyticsWorkspaceName *string `json:"logAnalyticsWorkspaceName" norman:"pointer"` | ||
ManagedIdentity *bool `json:"managedIdentity" norman:"pointer"` | ||
UserAssignedIdentity *string `json:"userAssignedIdentity" norman:"pointer"` | ||
// Importer indicates that the cluster was imported. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Imported*
NetworkDockerBridgeCIDR *string `json:"dockerBridgeCidr" norman:"pointer"` | ||
// NetworkPodCIDR is the network pod cidr. | ||
NetworkPodCIDR *string `json:"podCidr" norman:"pointer"` | ||
// NodeResourceGroupName is the name of the resource group |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NodeResourceGroup
// containing cluster IaaS resources. | ||
// +optional | ||
NodeResourceGroup *string `json:"nodeResourceGroup,omitempty" norman:"pointer"` | ||
// Outbound configuration used by Nodes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OutboundType
LinuxSSHPublicKey *string `json:"sshPublicKey,omitempty" norman:"pointer"` | ||
// DNSPrefix is the DNS prefix to use with hosted Kubernetes API server FQDN. | ||
DNSPrefix *string `json:"dnsPrefix,omitempty" norman:"pointer"` | ||
// Version defines the desired Kubernetes version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
KubernetesVersion
NodeTaints *[]string `json:"nodeTaints,omitempty"` | ||
// Name is the name of the node pool. | ||
Name *string `json:"name,omitempty" norman:"pointer"` | ||
// NodeCount is the number of nodes in the node pool. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Count
Can we backport to release-v2.8 please, it would unblock QA validation for #238 |
Issue: https://github.com/ranocher/aks-operator/issues/238 Backport of #247 to 2.8
Issue: #238