Commit Graph

70 Commits

Author SHA1 Message Date
Jean du Plessis fc346cc528
Merge pull request #512 from plumbis/snippets 2023-08-02 18:30:38 +02:00
Pete Lumbis b144687f87
update links to snippets github folder
Signed-off-by: Pete Lumbis <pete@upbound.io>
2023-07-31 21:23:30 -04:00
Amund Tenstad 872d68e35c
docs: clarify content of desired resources in composition functions (#506) 2023-07-28 09:40:44 -04:00
Pete Lumbis c3c830b11f
add links to feature flags and pod flags (#505) 2023-07-27 12:26:44 -04:00
Pete Lumbis b67ce1612c
Update for vale checks
Signed-off-by: Pete Lumbis <pete@upbound.io>
2023-07-26 21:19:50 -04:00
Pete Lumbis 2583a00224
Update Composition Docs (#475) 2023-07-26 14:26:23 -04:00
Christopher Haar a328fbf179
fix(deletionPolicy): fix correct capital (#496)
Signed-off-by: Christopher Haar <christopher.haar@upbound.io>
2023-07-22 10:24:43 -04:00
Christopher Haar 4772a24324 fix(docs): fix poll-interval -
Signed-off-by: Christopher Haar <christopher.haar@upbound.io>
2023-07-20 16:32:20 +02:00
Jared Watts 450ea44cdc
Clarify the specifics of connection details in compositions (#485) 2023-07-18 17:52:05 -04:00
Pete Lumbis ca18d5860b
Fix broken external links (#489) 2023-07-18 15:35:08 -04:00
Pete Lumbis d05ad1aa17
Update MR Section (#457) 2023-06-29 12:02:11 -04:00
Pete Lumbis 6cf6288d36
Add more details and organize provider Conditions (#458) 2023-06-27 13:23:40 -04:00
Philippe Scorsolini 3028dbc892
docs: suggest using image digests for security reasons (#465)
Co-authored-by: Philippe Scorsolini <p.scorsolini@gmail.com>
Co-authored-by: AdamKorcz <adam@adalogics.com>
Co-authored-by: Jean du Plessis <jean@upbound.io>
2023-06-22 12:42:17 -04:00
Pete Lumbis 149635b7f9
Fix copy button to only copy the command and not the output (#474) 2023-06-21 15:46:51 -04:00
Pete Lumbis d9684d2418
Update and expand Azure QuickStarts (#444)
Co-authored-by: Pete Lumbis <plumbis@users.noreply.github.com>
2023-06-21 11:50:46 -04:00
Jean du Plessis f013f2af62
Merge pull request #470 from plumbis/edit-370 2023-06-20 17:46:50 +02:00
Pete Lumbis c55707d786
Update usage of editCode marker
Signed-off-by: Pete Lumbis <pete@upbound.io>
2023-06-20 11:29:55 -04:00
Manabu Mccloskey 38ec341d4e add an example for claiming existing xr
Signed-off-by: Manabu Mccloskey <manabu.mccloskey@gmail.com>
2023-06-12 10:28:30 -06:00
Pete Lumbis d3ebe1f2bf
Update helm chart options for install pages (#459)
Co-authored-by: Philippe Scorsolini <p.scorsolini@gmail.com>
2023-06-08 15:31:40 -04:00
Pete Lumbis 75d22ebb8f
New page on crossplane pods (#412) 2023-05-31 16:04:48 -04:00
Pete Lumbis 5ccd9b1b83
Corrects statement about UXP to Up CLI. Resolves #331 (#445) 2023-05-18 13:31:49 -04:00
Pete Lumbis 77a5ec7e71
Updates GCP quickstarts to match v1.11's three-part guide (#446) 2023-05-18 13:31:33 -04:00
Pete Lumbis ada46d6b63
Update k8s version to say 'actively supported'
Signed-off-by: Pete Lumbis <pete@upbound.io>
2023-05-09 17:28:14 -04:00
Pete Lumbis 53e59a9037
add information about supported k8s versions (#437) 2023-05-09 16:17:08 -04:00
Pete Lumbis e0d897441c
Fix XRD/CRD mixup (#435) 2023-05-09 15:21:05 -04:00
Mikhail Naletov 01c1182871
feat: fix typo in concepts doc
Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>
2023-05-06 20:51:52 +03:00
Pete Lumbis 4f213f50e7
Concepts: Provider rewrite (#420) 2023-05-05 16:50:47 -04:00
Hasan Turken 2fb64eb948
Document Management Policies (#407) 2023-05-02 12:01:09 -04:00
Bob Haddleton 6db0791713
Add documentation for new defaults (#411) 2023-04-20 10:35:26 -04:00
Philippe Scorsolini 15c365270d
docs: document ToJson convert transform option (#406)
Co-authored-by: Lovro Sviben <sviben.lovro@gmail.com>
2023-04-18 08:56:59 -04:00
Philippe Scorsolini 7c06450dac
document feature flags available (#402)
Co-authored-by: Pete Lumbis <plumbis@users.noreply.github.com>
2023-04-18 08:53:03 -04:00
Philippe Scorsolini d4417ac638
docs: composition validation (#399)
Co-authored-by: Jean du Plessis <jean@upbound.io>
Co-authored-by: Pete Lumbis <plumbis@users.noreply.github.com>
2023-04-18 08:31:07 -04:00
Hasan Turken 3b14a9fa2c
Merge pull request #391 from julienduchesne/patch-1
Math Transforms: Document `ClampMin` and `ClampMax`
2023-04-11 10:26:03 +03:00
Julien Duchesne 5ae360f904 `input` -> `output`
Signed-off-by: Julien Duchesne <julien.duchesne@grafana.com>
2023-04-10 14:32:54 -04:00
Julien Duchesne 11eadf43b4
`match` transform: Document the `fallbackTo` option (#392) 2023-04-10 11:06:41 -04:00
Julien Duchesne cc2d868032 Math Transforms: Document `ClampMin` and `ClampMax`
Feature added in this PR: https://github.com/crossplane/crossplane/pull/3917

Signed-off-by: Julien Duchesne <julien.duchesne@grafana.com>
2023-04-09 23:01:18 -04:00
Jean du Plessis e01ce461c1 Add missing and remove duplicate link definitions
Signed-off-by: Jean du Plessis <jean@upbound.io>
2023-03-31 17:11:01 +02:00
Jared Watts 3beafc44e4
Update Azure getting started guide to use provider-azure:v0.29.0
Signed-off-by: Jared Watts <jbw976@gmail.com>
2023-03-28 13:55:44 -07:00
Jean du Plessis c349ba7f21 Add quotes around annotation value
Signed-off-by: Jean du Plessis <jean@upbound.io>
2023-02-19 09:10:42 +02:00
Pete Lumbis 5fc58271c1
Fix broken links and enable Github action link checker (#344)
Resolves https://github.com/crossplane/docs/issues/333
Resolves https://github.com/crossplane/docs/issues/340
2023-02-10 15:11:29 -05:00
hasheddan 270352b2c6
Remove broken install crossplane embeds in quickstarts
Removes broken crossplane installation instructions.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
2023-02-10 10:48:46 -05:00
hasheddan 83d6acc9df
Fix broken helm link in GCP quickstart
Fixes a broken helm link in the GCP quickstart.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
2023-02-10 10:44:44 -05:00
Pete Lumbis 904e864a5c
Adds a $ prompt before the first command in each shell output (#337)
Resolves https://github.com/crossplane/docs/issues/317
2023-02-09 17:27:50 -05:00
hasheddan 80d4c8800d
Add warning that ControllerConfig is deprecated
Adds a warning in the package documentation that the ControllerConfig
API is now deprecated.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
2023-02-07 23:38:26 -05:00
Pete Lumbis 1cf380d64a
corrects link to managed-resources that has incorrect quotes (#320) 2023-02-02 09:47:47 -05:00
Pete Lumbis aed9a2384f
Fixes links that generate bad links due to Hugo limitation (#319) 2023-02-02 09:40:04 -05:00
Pete Lumbis 85407e88c6
Docs Reorg for v1.11 (#271)
Reorg and new home page for docs.
2023-01-31 18:59:52 -05:00
MisterMX 2deefae089
docs(compositions): Add docs for quantity transform (#292)
Signed-off-by: Maximilian Blatt <maximilian.blatt-extern@deutschebahn.com>

Signed-off-by: Maximilian Blatt <maximilian.blatt-extern@deutschebahn.com>
2023-01-23 21:06:23 -05:00
MisterMX 0e8d93f756
docs(transform): Add docs for hash transform (#293)
Signed-off-by: Maximilian Blatt <maximilian.blatt-extern@deutschebahn.com>

Signed-off-by: Maximilian Blatt <maximilian.blatt-extern@deutschebahn.com>
2023-01-23 13:46:16 -05:00
hasheddan 0da8b34033
Update v1.10 patch versions to v1.10.2
Updates all v1.10.1 references to v1.10.2.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
2023-01-19 22:49:58 -05:00