This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kind cluster create --config kind-config.yaml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kind create cluster |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kind: Cluster | |
| apiVersion: kind.x-k8s.io/v1alpha4 | |
| nodes: | |
| - role: control-plane | |
| - role: worker | |
| - role: worker |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| apiVersion: apiextensions.k8s.io/v1beta1 | |
| kind: CustomResourceDefinition | |
| metadata: | |
| name: accounts.apigateway.awsoperator.io | |
| spec: | |
| group: apigateway.awsoperator.io | |
| versions: | |
| - name: v1alpha1 | |
| served: true |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| apiVersion: apiextensions.k8s.io/v1beta1 | |
| kind: CustomResourceDefinition | |
| metadata: | |
| name: targetgroups.elasticloadbalancingv2.awsoperator.io | |
| spec: | |
| group: elasticloadbalancingv2.awsoperator.io | |
| versions: | |
| - name: v1alpha1 | |
| served: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ kubectl get aws | |
| NAME STATUS CREATED AT | |
| apigatewaygatewayresponse.awsctrl.io/example-apigateway-gatewayresponse 11m | |
| NAME STATUS CREATED AT | |
| ec2eip.awsctrl.io/example-ec2-eip 11m | |
| NAME STATUS CREATED AT | |
| ec2vpccidrblock.awsctrl.io/example-ec2-vpccidrblock 11m | |
| NAME STATUS CREATED AT | |
| guarddutythreatintelset.awsctrl.io/example-guardduty-threatintelset 11m | |
| NAME STATUS CREATED AT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| → kubectl get crds | |
| NAME CREATED AT | |
| alexaaskskills.awsctrl.io 2019-01-17T09:41:38Z | |
| amazonmqbrokers.awsctrl.io 2019-01-17T09:41:33Z | |
| amazonmqconfigurationassociations.awsctrl.io 2019-01-17T09:41:33Z | |
| amazonmqconfigurations.awsctrl.io 2019-01-17T09:41:33Z | |
| apigatewayaccounts.awsctrl.io 2019-01-17T09:41:33Z | |
| apigatewayapikeys.awsctrl.io 2019-01-17T09:41:33Z | |
| apigatewayauthorizers.awsctrl.io 2019-01-17T09:41:33Z | |
| apigatewaybasepathmappings.awsctrl.io 2019-01-17T09:41:33Z |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kubectl -n kube-system create sa tiller | |
| kubectl create clusterrolebinding tiller-cluster-rule \ | |
| --clusterrole=cluster-admin \ | |
| --serviceaccount=kube-system:tiller | |
| helm init --service-account tiller |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| apiVersion: service-operator.aws/v1alpha1 | |
| kind: DynamoDB | |
| metadata: | |
| name: dynamo-table | |
| spec: | |
| hashAttribute: | |
| name: name | |
| type: S | |
| rangeAttribute: |