mirror of https://github.com/crossplane/docs.git
docs snapshot for crossplane version `master`
This commit is contained in:
parent
5e636c134b
commit
770ebb12db
|
@ -554,7 +554,7 @@ off.
|
|||
[sample-wordpress-stack]: https://github.com/crossplaneio/sample-stack-wordpress
|
||||
[stack-docs]: https://github.com/crossplaneio/crossplane/blob/master/design/design-doc-stacks.md#crossplane-stacks
|
||||
[aws command line tool]: https://aws.amazon.com/cli/
|
||||
[crossplane-cli]: https://github.com/crossplaneio/crossplane-cli
|
||||
[crossplane-cli]: https://github.com/crossplaneio/crossplane-cli/tree/release-0.2
|
||||
[Virtual Private Network]: https://aws.amazon.com/vpc/
|
||||
[Subnet]: https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html#vpc-subnet-basics
|
||||
[aws-resource-connectivity]: https://github.com/crossplaneio/crossplane/blob/master/design/one-pager-resource-connectivity-mvp.md#amazon-web-services
|
||||
|
|
|
@ -431,7 +431,7 @@ off.
|
|||
<!-- Links -->
|
||||
[crossplane-concepts]: concepts.md
|
||||
[sample-wordpress-stack]: https://github.com/crossplaneio/sample-stack-wordpress
|
||||
[crossplane-cli]: https://github.com/crossplaneio/crossplane-cli/tree/release-0.1
|
||||
[crossplane-cli]: https://github.com/crossplaneio/crossplane-cli/tree/release-0.2
|
||||
[crossplane-azure-networking-docs]: https://github.com/crossplaneio/crossplane/blob/master/design/one-pager-resource-connectivity-mvp.md#microsoft-azure
|
||||
[stacks-guide]: stacks-guide.md
|
||||
[provider-azure-guide]: cloud-providers/azure/azure-provider.md
|
||||
|
@ -452,4 +452,4 @@ off.
|
|||
[sample Azure network configuration]: https://github.com/crossplaneio/crossplane/tree/master/cluster/examples/workloads/kubernetes/wordpress/azure/network-config?ref=master
|
||||
[Cross Resource Referencing]: https://github.com/crossplaneio/crossplane/blob/master/design/one-pager-cross-resource-referencing.md
|
||||
[resource class selection]: https://github.com/crossplaneio/crossplane/blob/master/design/one-pager-simple-class-selection.md
|
||||
[azure-provider-guide]: cloud-providers/azure/azure-provider.md
|
||||
[azure-provider-guide]: cloud-providers/azure/azure-provider.md
|
||||
|
|
|
@ -399,7 +399,7 @@ where we left off.
|
|||
|
||||
<!-- Links -->
|
||||
[crossplane-concepts]: concepts.md
|
||||
[crossplane-cli]: https://github.com/crossplaneio/crossplane-cli/tree/release-0.1
|
||||
[crossplane-cli]: https://github.com/crossplaneio/crossplane-cli/tree/release-0.2
|
||||
[crossplane-gcp-networking-docs]: https://github.com/crossplaneio/crossplane/blob/master/design/one-pager-resource-connectivity-mvp.md#google-cloud-platform
|
||||
[stacks-guide]: https://github.com/crossplaneio/crossplane/blob/master/docs/stacks-guide.md
|
||||
[gcp-credentials]: https://github.com/crossplaneio/crossplane/blob/master/cluster/examples/gcp-credentials.sh
|
||||
|
@ -421,4 +421,4 @@ where we left off.
|
|||
[gcp-ip-address]: https://cloud.google.com/compute/docs/ip-addresses/
|
||||
[gcp-connection]: https://cloud.google.com/vpc/docs/configure-private-services-access
|
||||
[resource class selection]: https://github.com/crossplaneio/crossplane/blob/master/design/one-pager-simple-class-selection.md
|
||||
[gcp-provider-guide]: cloud-providers/gcp/gcp-provider.md
|
||||
[gcp-provider-guide]: cloud-providers/gcp/gcp-provider.md
|
||||
|
|
|
@ -76,7 +76,7 @@ CLI][crossplane-cli], because it's more convenient. To install it, we
|
|||
can use the one-line curl bash:
|
||||
|
||||
```
|
||||
RELEASE=release-0.1 && curl -sL https://raw.githubusercontent.com/crossplaneio/crossplane-cli/"${RELEASE}"/bootstrap.sh | RELEASE=${RELEASE} bash
|
||||
RELEASE=v0.2.0 && curl -sL https://raw.githubusercontent.com/crossplaneio/crossplane-cli/"${RELEASE}"/bootstrap.sh | RELEASE=${RELEASE} bash
|
||||
```
|
||||
|
||||
To use the latest release, you can use `master` as the `RELEASE` instead
|
||||
|
@ -327,8 +327,8 @@ guide][stack-developer-guide].
|
|||
* [Kubernetes documentation][kubernetes-docs]
|
||||
|
||||
<!-- Named links -->
|
||||
[crossplane-cli]: https://github.com/crossplaneio/crossplane-cli/tree/release-0.1
|
||||
[crossplane-cli-docs]: https://github.com/crossplaneio/crossplane-cli/blob/release-0.1/README.md
|
||||
[crossplane-cli]: https://github.com/crossplaneio/crossplane-cli/tree/release-0.2
|
||||
[crossplane-cli-docs]: https://github.com/crossplaneio/crossplane-cli/blob/release-0.2/README.md
|
||||
[crossplane-concepts]: concepts.md
|
||||
[crossplane-install-docs]: install-crossplane.md
|
||||
[crossplane-api-reference]: api.md
|
||||
|
@ -355,7 +355,7 @@ guide][stack-developer-guide].
|
|||
[azure-setup]: stacks-guide-azure.md
|
||||
|
||||
[stack-docs]: https://github.com/crossplaneio/crossplane/blob/master/design/design-doc-stacks.md#crossplane-stacks
|
||||
[stack-quick-start]: https://github.com/crossplaneio/crossplane-cli/tree/release-0.1#quick-start-stacks
|
||||
[stack-quick-start]: https://github.com/crossplaneio/crossplane-cli/tree/release-0.2#quick-start-stacks
|
||||
[stack-concepts]: https://github.com/crossplaneio/crossplane/blob/master/design/design-doc-stacks.md#crossplane-stacks
|
||||
[stack-registry]: https://hub.docker.com/search?q=crossplane&type=image
|
||||
[stack-manager-docs]: https://github.com/crossplaneio/crossplane/blob/master/design/design-doc-stacks.md#installation-flow
|
||||
|
|
Loading…
Reference in New Issue