content large_stringlengths 3 20.5k | url large_stringlengths 53 192 ⌀ | branch large_stringclasses 4
values | source large_stringclasses 51
values | embeddings listlengths 384 384 | score float64 -0.21 0.65 |
|---|---|---|---|---|---|
`ImageConfig` is an API for centralized control over the configuration of Crossplane package images. It allows you to configure package manager behavior for images globally, without needing to be referenced by other objects. ## Matching image references `spec.matchImages` is a list of image references that the `ImageCo... | https://github.com/crossplane/docs/blob/master/content/v2.1/packages/image-configs.md | master | crossplane | [
-0.04600898548960686,
-0.06751833856105804,
0.028694044798612595,
-0.01620819792151451,
0.07029549032449722,
-0.03744421899318695,
0.06221794709563255,
0.014012089930474758,
-0.05071001499891281,
-0.05877917632460594,
0.010800113901495934,
-0.04080970585346222,
0.02300870791077614,
0.00390... | 0.06347 |
a valid one. If any of the authorities' signatures are valid, the package manager accepts the image. Similarly, when multiple identities or attestations are provided, the package manager verifies until it finds a valid match and fails if none of them matches. Matching the image reference to the `ImageConfig` works simi... | https://github.com/crossplane/docs/blob/master/content/v2.1/packages/image-configs.md | master | crossplane | [
-0.07261905074119568,
0.016082439571619034,
0.009110644459724426,
-0.044428348541259766,
0.115895114839077,
-0.06002407148480415,
0.051291000097990036,
-0.0027761817909777164,
0.016739539802074432,
-0.0030852823983877897,
0.1355210244655609,
-0.0354115292429924,
0.06358760595321655,
0.0047... | 0.038326 |
to also configure pull secrets or signature verification as well as rewriting, those `ImageConfig` resources must match the rewritten image path. {{< /hint >}} For example, if you are mirroring packages from `xpkg.crossplane.io` to `registry1.com` and need to configure pull secrets for `registry1.com`, two `ImageConfig... | https://github.com/crossplane/docs/blob/master/content/v2.1/packages/image-configs.md | master | crossplane | [
-0.07818787544965744,
-0.030545685440301895,
0.017283868044614792,
-0.04954630136489868,
0.02285994403064251,
-0.04975893720984459,
-0.004344765562564135,
0.03302619978785515,
-0.06030735746026039,
-0.014381231740117073,
0.04821554943919182,
-0.09471685439348221,
-0.00885685533285141,
-0.0... | -0.042302 |
A \_Configuration\_ package is an [OCI container image](https://opencontainers.org/) containing a collection of [Compositions]({{}}), [Composite Resource Definitions]({{}}) and any required [Providers]({{}}) or [Functions]({{}}). Configuration packages make your Crossplane configuration fully portable. {{}} Crossplane ... | https://github.com/crossplane/docs/blob/master/content/v2.1/packages/configurations.md | master | crossplane | [
-0.05546969920396805,
-0.05111487954854965,
0.0007436611922457814,
-0.03327222168445587,
0.051440849900245667,
-0.0354243628680706,
0.026157451793551445,
0.03531094640493393,
-0.057194825261831284,
-0.02022838592529297,
0.06359914690256119,
-0.04268330708146095,
-0.02255127765238285,
-0.03... | 0.07265 |
controller actively reconciling resources. By default Crossplane sets the most recently installed package revision as `Active`. Control the Configuration upgrade behavior with a {{}}revisionActivationPolicy{{}}. The {{}}revisionActivationPolicy{{}} options are: \* `Automatic` - (\*\*default\*\*) Automatically activate ... | https://github.com/crossplane/docs/blob/master/content/v2.1/packages/configurations.md | master | crossplane | [
-0.007283093873411417,
-0.026889482513070107,
0.026430953294038773,
-0.014832524582743645,
0.035348422825336456,
0.007899344898760319,
-0.013532079756259918,
-0.05992980673909187,
0.05422769859433174,
0.11032696813344955,
0.07495790719985962,
-0.024067223072052002,
-0.05147659778594971,
-0... | 0.010409 |
configure {{}}ignoreCrossplaneConstraints: true{{}}. ```yaml {label="xpVer"} apiVersion: pkg.crossplane.io/v1 kind: Configuration metadata: name: platform-ref-aws spec: ignoreCrossplaneConstraints: true # Removed for brevity ``` ### Verify a configuration Verify a Configuration with {{}}kubectl get configuration{{}}. A... | https://github.com/crossplane/docs/blob/master/content/v2.1/packages/configurations.md | master | crossplane | [
-0.0068065146915614605,
-0.008365269750356674,
0.013048927299678326,
-0.05656768009066582,
0.06271108239889145,
-0.02521340362727642,
0.002581968205049634,
-0.04807343706488609,
0.02134273387491703,
0.010496397502720356,
0.06295578181743622,
-0.1279754936695099,
-0.010976826772093773,
-0.0... | 0.03033 |
metadata: name: test-configuration # Removed for brevity ``` Specify the output file with `--package-file=.xpkg` option. For example, to build a package from a directory named `test-directory` and generate a package named `test-package.xpkg` in the current working directory, use the command: ```shell crossplane xpkg bu... | https://github.com/crossplane/docs/blob/master/content/v2.1/packages/configurations.md | master | crossplane | [
-0.001860463758930564,
0.007910817861557007,
-0.044930148869752884,
-0.019991682842373848,
0.046096671372652054,
-0.05256936326622963,
0.020715098828077316,
0.03361906111240387,
-0.06884215027093887,
-0.022364512085914612,
0.07225993275642395,
-0.10728120803833008,
0.040709029883146286,
-0... | -0.089663 |
Functions extend Crossplane with new ways to configure [composition]({{}}). You can use different \_composition functions\_ to configure what Crossplane does when someone creates or updates a [composite resource (XR)]({{}}). {{}} This page is a work in progress. Functions are packages, like [Providers]({{}}) and [Confi... | https://github.com/crossplane/docs/blob/master/content/v2.1/packages/functions.md | master | crossplane | [
-0.08783280849456787,
-0.05766822770237923,
0.040576737374067307,
-0.06887537986040115,
-0.003757227212190628,
0.0012362040579319,
0.024451276287436485,
-0.009141499176621437,
-0.003603910095989704,
0.014929565601050854,
0.053120438009500504,
-0.04017791897058487,
-0.05642522871494293,
-0.... | 0.044144 |
A `Usage` indicates a resource is in use. Two main use cases for Usages are as follows: 1. Protecting a resource from accidental deletion. 2. Deletion ordering by ensuring that a resource isn't deleted before the deletion of its dependent resources. See the section [Usage for Deletion Protection](#usage-for-deletion-pr... | https://github.com/crossplane/docs/blob/master/content/v2.1/managed-resources/usages.md | master | crossplane | [
-0.0020040029194206,
0.00674617663025856,
0.014886465854942799,
-0.01302561815828085,
0.05398540943861008,
0.026655662804841995,
0.06894724816083908,
-0.07432734221220016,
0.10076405107975006,
0.031185876578092575,
0.02844873070716858,
0.01741672307252884,
-0.07223233580589294,
-0.03029991... | 0.205246 |
composition. This configuration radically decreases time for the deletion of the used resource, hence the composite owning it, by replaying the deletion of the used resource right after the using resource disappears instead of waiting for the long exponential backoff durations of the Kubernetes garbage collector. {{< /... | https://github.com/crossplane/docs/blob/master/content/v2.1/managed-resources/usages.md | master | crossplane | [
-0.04132843390107155,
0.007161136716604233,
0.053455792367458344,
0.009508030489087105,
0.026166396215558052,
0.043882790952920914,
0.10505516082048416,
-0.1171157956123352,
0.14957983791828156,
-0.004637347534298897,
-0.016858402639627457,
-0.03876003995537758,
0.023585274815559387,
-0.01... | 0.139108 |
A \_managed resource\_ (`MR`) represents an external service in a Provider. When users create a new managed resource, the Provider reacts by creating an external resource inside the Provider's environment. Every external service managed by Crossplane maps to a managed resource. {{< hint "note" >}} Crossplane calls the ... | https://github.com/crossplane/docs/blob/master/content/v2.1/managed-resources/managed-resources.md | master | crossplane | [
-0.020652122795581818,
-0.04614269733428955,
-0.0015832281205803156,
0.05214431509375572,
-0.0049033090472221375,
0.016105301678180695,
0.059004396200180054,
-0.06782608479261398,
0.054481685161590576,
0.04150254651904106,
0.016971420496702194,
-0.05559977516531944,
0.046079717576503754,
-... | 0.128111 |
is the most flexible matching method. Use `matchLabels` to match the labels applied to a resource. For example, this Subnet resource only matches VPC resources with the label `my-label: label-value`. ```yaml {copy-lines="none"} apiVersion: ec2.aws.m.upbound.io/v1beta1 kind: Subnet spec: forProvider: # Removed for brevi... | https://github.com/crossplane/docs/blob/master/content/v2.1/managed-resources/managed-resources.md | master | crossplane | [
-0.08147827535867691,
0.028488559648394585,
-0.049351196736097336,
-0.03827936574816704,
0.04846413806080818,
0.0594632513821125,
0.05177413672208786,
-0.022548560053110123,
0.11805538088083267,
-0.04859099164605141,
-0.032545056194067,
-0.10562407225370407,
0.06029398366808891,
-0.0127016... | 0.065226 |
managementPolicies {{}} The managed resource `managementPolicies` option is a beta feature. Crossplane enables beta features by default. The Provider determines support for management policies. Refer to the Provider's documentation to see if the Provider supports management policies. {{< /hint >}} Crossplane {{}}manage... | https://github.com/crossplane/docs/blob/master/content/v2.1/managed-resources/managed-resources.md | master | crossplane | [
-0.04170536249876022,
-0.06394698470830917,
-0.02843407727777958,
-0.0044788154773414135,
0.10522687435150146,
-0.05001663789153099,
0.01742524839937687,
-0.06634964048862457,
0.030781615525484085,
0.09143893420696259,
0.011046676896512508,
-0.04384437948465347,
0.03915391489863396,
0.0509... | 0.058794 |
Crossplane can't delete the resource. | | | | | {{}} | | Crossplane only observes a resource. | | | | | | | No policy set. An alternative method for [pausing](#paused) a resource. | {{< /table >}} ### providerConfigRef The `providerConfigRef` on a managed resource tells the Provider which [ProviderConfig]({{}}) to use ... | https://github.com/crossplane/docs/blob/master/content/v2.1/managed-resources/managed-resources.md | master | crossplane | [
-0.059194762259721756,
-0.020594866946339607,
-0.021841315552592278,
0.009985271841287613,
0.09370314329862595,
0.028422027826309204,
0.10392650961875916,
-0.12444247305393219,
0.026186231523752213,
0.0833868533372879,
0.05376240983605385,
-0.05187913030385971,
0.03631741181015968,
-0.0442... | -0.018379 |
details. | {{ }} ### Naming external resources By default Providers give external resources the same name as the Kubernetes object. For example, a managed resource named {{}}my-rds-instance{{}} has the name `my-rds-instance` as an external resource inside the Provider's environment. ```yaml {label="external-name",copy-... | https://github.com/crossplane/docs/blob/master/content/v2.1/managed-resources/managed-resources.md | master | crossplane | [
-0.04230973497033119,
-0.0029823658987879753,
0.014973667450249195,
0.007843324914574623,
0.022461380809545517,
-0.039977796375751495,
0.04739636555314064,
-0.04465091601014137,
0.11046195030212402,
0.019653789699077606,
-0.019397007301449776,
-0.08783983439207077,
0.027838267385959625,
0.... | 0.06396 |
# Removed for brevity Events: Type Reason Age From Message ---- ------ ---- ---- ------- Warning CannotInitializeManagedResource 29m (x19 over 19h) managed/queue.sqs.aws.m.crossplane.io cannot determine creation result - remove the crossplane.io/external-create-pending annotation if it is safe to proceed ``` Providers ... | https://github.com/crossplane/docs/blob/master/content/v2.1/managed-resources/managed-resources.md | master | crossplane | [
-0.1018834114074707,
-0.0069883884862065315,
0.023540759459137917,
0.09874367713928223,
0.1279250979423523,
-0.0458199605345726,
0.06621283292770386,
-0.09241126477718353,
0.11137328296899796,
0.07808667421340942,
0.04015904292464256,
-0.047034379094839096,
0.04826617240905762,
0.001687855... | 0.057438 |
the external resource is fully deleted Crossplane removes the Finalizer and deletes the managed resource object. ## Conditions Crossplane has a standard set of `Conditions` for a managed resource. View the `Conditions` of a managed resource with `kubectl describe ` {{}} Providers may define their own custom `Conditions... | https://github.com/crossplane/docs/blob/master/content/v2.1/managed-resources/managed-resources.md | master | crossplane | [
-0.05129126459360123,
-0.02915911003947258,
0.0382077619433403,
0.025407664477825165,
0.05287633836269379,
-0.04575783759355545,
-0.008721509017050266,
-0.09455771744251251,
0.10938123613595963,
0.0622759610414505,
0.03884349390864372,
-0.07441496849060059,
-0.021979263052344322,
-0.016787... | 0.12605 |
{{}} Managed resource activation policies work with [managed resource definitions]({{}}), which Crossplane v2.0+ enables by default. To disable this behavior, set `--enable-custom-to-managed-resource-conversion=false` when installing Crossplane. {{}} A `ManagedResourceActivationPolicy` (MRAP) controls which [ManagedRes... | https://github.com/crossplane/docs/blob/master/content/v2.1/managed-resources/managed-resource-activation-policies.md | master | crossplane | [
-0.024105973541736603,
-0.1101536825299263,
0.02666512131690979,
0.029372338205575943,
0.06143695488572121,
-0.013690252788364887,
0.054009243845939636,
-0.020029375329613686,
-0.07242845743894577,
0.04772671312093735,
0.03682776913046837,
-0.056109968572854996,
0.05947024002671242,
0.0493... | 0.039094 |
activate both modern and legacy resources in the same MRAP: ```yaml spec: activate: - "\*.aws.m.crossplane.io" # All modern AWS resources - "\*.aws.crossplane.io" # All legacy AWS resources ``` ## Common activation strategies ### Activate everything (default behavior) The Crossplane Helm chart creates a default MRAP th... | https://github.com/crossplane/docs/blob/master/content/v2.1/managed-resources/managed-resource-activation-policies.md | master | crossplane | [
-0.00253461510874331,
-0.03028208203613758,
0.0036848795134574175,
-0.050767991691827774,
0.07696902006864548,
-0.022503038868308067,
-0.0736960619688034,
-0.01684572733938694,
-0.023392578586935997,
0.057487621903419495,
0.03741636499762535,
-0.06955466419458389,
0.00754024600610137,
0.02... | -0.024173 |
example:\*\* ```yaml conditions: - type: Healthy status: "Unknown" reason: EncounteredErrors message: "failed to activate 2 of 5 ManagedResourceDefinitions" ``` \*\*Solution\*\*: select MRAP events for specific failure details: ```shell kubectl describe mrap # Look at the Events section for activation errors ``` ### Re... | https://github.com/crossplane/docs/blob/master/content/v2.1/managed-resources/managed-resource-activation-policies.md | master | crossplane | [
0.011250465176999569,
0.023044390603899956,
0.05068489909172058,
0.02871636301279068,
0.022167878225445747,
-0.07894804328680038,
0.045646946877241135,
-0.05399695411324501,
0.04129045456647873,
0.031878866255283356,
0.017636727541685104,
-0.13323165476322174,
0.04800574108958244,
-0.00798... | 0.107458 |
{{}} Crossplane v2.0+ enables managed resource definitions by default. This automatically converts provider CRDs to MRDs during installation. To disable this behavior, set `--enable-custom-to-managed-resource-conversion=false` when installing Crossplane. {{}} A `ManagedResourceDefinition` (MRD) is a lightweight abstrac... | https://github.com/crossplane/docs/blob/master/content/v2.1/managed-resources/managed-resource-definitions.md | master | crossplane | [
-0.004775201436132193,
-0.0427752248942852,
0.09368669241666794,
-0.020239919424057007,
-0.01637496054172516,
-0.00043310789624229074,
-0.06295282393693924,
-0.0162188820540905,
0.06596211344003677,
0.06263522058725357,
-0.039233215153217316,
-0.05330304056406021,
-0.016322579234838486,
-0... | 0.072418 |
username description: The master username for database access - name: password description: The auto-generated master password ``` {{}} Connection details are currently a schema-only feature. Most providers don't yet populate the `connectionDetails` field in their MRDs, but the structure is available for future impleme... | https://github.com/crossplane/docs/blob/master/content/v2.1/managed-resources/managed-resource-definitions.md | master | crossplane | [
-0.01013836357742548,
-0.06534130126237869,
-0.01690157875418663,
-0.00947395246475935,
-0.025519590824842453,
0.015824463218450546,
-0.020454175770282745,
-0.06046164035797119,
0.05706406012177467,
0.07929974794387817,
-0.022060444578528404,
-0.08827487379312515,
0.06193839758634567,
-0.0... | 0.008443 |
## Next steps - Learn about [ManagedResourceActivationPolicies]({{}}) for systematic resource activation - See the [disabling unused managed resources guide]({{}}) for practical implementation - Check the [API reference]({{}}) for complete MRD schema documentation | https://github.com/crossplane/docs/blob/master/content/v2.1/managed-resources/managed-resource-definitions.md | master | crossplane | [
-0.07308825105428696,
-0.05344262719154358,
-0.01818152330815792,
0.02910800091922283,
0.026697922497987747,
-0.03971603512763977,
-0.0392565093934536,
-0.06679873168468475,
-0.048569727689027786,
0.019309118390083313,
0.02194000780582428,
0.0204873476177454,
0.04746304824948311,
0.1045690... | 0.029598 |
This guide shows how to use Crossplane Operations to automate day-two operational tasks. You create an `Operation` that checks SSL certificate expiry for a website. \*\*Crossplane calls this \_Operations\_.\*\* Operations run function pipelines to perform tasks that don't fit the typical resource creation pattern - lik... | https://github.com/crossplane/docs/blob/master/content/v2.1/get-started/get-started-with-operations.md | master | crossplane | [
-0.07173958420753479,
-0.01392816100269556,
-0.024072354659438133,
0.022308364510536194,
-0.08315768092870712,
-0.13270382583141327,
-0.029241768643260002,
-0.014130247756838799,
-0.031889740377664566,
-0.0326819084584713,
-0.02808198891580105,
-0.08146484196186066,
-0.010861329734325409,
... | -0.011798 |
Status: ok Step: check-ingress-certificate ``` {{}} The `status.pipeline` field shows the output returned by each function step. Use this field for tracking what the operation accomplished. {{}} Check that the `Operation` annotated the `Ingress` with certificate information: ```shell {copy-lines="1"} kubectl get ingres... | https://github.com/crossplane/docs/blob/master/content/v2.1/get-started/get-started-with-operations.md | master | crossplane | [
-0.026171505451202393,
0.08507365733385086,
0.01857420988380909,
0.009520594030618668,
0.017264623194932938,
-0.08085596561431885,
0.0049885343760252,
-0.020342767238616943,
0.08450055867433548,
0.04311126098036766,
-0.02341364324092865,
-0.10541156679391861,
0.0006883614114485681,
0.00207... | 0.176281 |
Crossplane installs into an existing Kubernetes cluster, creating the Crossplane pod. Installing Crossplane enables the installation of Crossplane \_Provider\_, \_Function\_, and \_Configuration\_ resources. {{< hint "tip" >}} If you don't have a Kubernetes cluster create one locally with [Kind](https://kind.sigs.k8s.i... | https://github.com/crossplane/docs/blob/master/content/v2.1/get-started/install.md | master | crossplane | [
-0.0045096129179000854,
-0.06885173916816711,
0.04820281267166138,
-0.060960713773965836,
0.0037633944302797318,
0.03775354102253914,
-0.02430359646677971,
0.008865111507475376,
0.03333034738898277,
0.09709598869085312,
0.02944912388920784,
-0.12463144958019257,
-0.07638465613126755,
-0.05... | 0.111922 |
latest pre-release version. ```shell helm install crossplane \ --namespace crossplane-system \ --create-namespace crossplane-master/crossplane \ --devel ``` ## Build and install from source Building Crossplane from the source code gives you complete control over the build and installation process. Full instructions for... | https://github.com/crossplane/docs/blob/master/content/v2.1/get-started/install.md | master | crossplane | [
0.02231433615088463,
-0.02826949954032898,
0.023500798270106316,
-0.10085555911064148,
0.012223546393215656,
-0.01441916823387146,
-0.04487190023064613,
0.04871141165494919,
-0.03047509491443634,
0.06571614742279053,
0.021892523393034935,
-0.11445141583681107,
-0.05535200610756874,
-0.0640... | 0.001926 |
This guide shows how to create a new kind of custom resource named `App`. When a user calls the custom resource API to create an `App`, Crossplane creates a `Deployment` and a `Service`. \*\*Crossplane calls this \_composition\_.\*\* The `App` is \_composed of\_ the `Deployment` and the `Service`. {{}} The guide shows ... | https://github.com/crossplane/docs/blob/master/content/v2.1/get-started/get-started-with-composition.md | master | crossplane | [
-0.06395074725151062,
-0.021584484726190567,
-0.002585081849247217,
-0.050924938172101974,
-0.06111892685294151,
0.009065168909728527,
0.027998879551887512,
-0.0020314508583396673,
0.056908171623945236,
0.016683025285601616,
-0.012167544104158878,
-0.09388627856969833,
0.011223671026527882,
... | 0.126552 |
a `Deployment` and a `Service`. {{< tabs >}} {{< tab "YAML" >}} YAML is a good choice for small, static compositions. It doesn't support loops or conditionals. Create this composition function to install YAML support: {{< manifest path="get-started/composition/fn-patch-and-transform.yaml" >}} Check that Crossplane inst... | https://github.com/crossplane/docs/blob/master/content/v2.1/get-started/get-started-with-composition.md | master | crossplane | [
0.00020401866640895605,
0.02730991318821907,
0.07436500489711761,
-0.10489102452993393,
-0.010362941771745682,
0.008823285810649395,
-0.009616946801543236,
-0.004841130692511797,
0.021906275302171707,
0.016022592782974243,
0.03515192121267319,
-0.09048265963792801,
-0.049668293446302414,
-... | 0.052897 |
can change the results of earlier functions in the pipeline. Crossplane uses the result returned by the last function. {{}} {{}} If you edit this composition to include a different kind of resource you might need to grant Crossplane access to compose it. Read [the composition documentation]({{}}) to learn how to grant ... | https://github.com/crossplane/docs/blob/master/content/v2.1/get-started/get-started-with-composition.md | master | crossplane | [
0.00619889423251152,
-0.017200134694576263,
0.07761581242084503,
-0.05750634893774986,
-0.04133966937661171,
-0.006414581555873156,
-0.05428941547870636,
-0.015823449939489365,
0.08632981032133102,
-0.013583939522504807,
-0.015495548956096172,
-0.1265287697315216,
-0.03929796442389488,
-0.... | 0.021297 |
This guide shows how to install and use a new kind of custom resource called `Bucket`. When a user calls the custom resource API to create a `Bucket`, Crossplane creates a bucket in AWS S3. \*\*Crossplane calls this a \_managed resource\_\*\*. A managed resource is a ready-made custom resource that manages something ou... | https://github.com/crossplane/docs/blob/master/content/v2.1/get-started/get-started-with-managed-resources.md | master | crossplane | [
-0.04080958664417267,
-0.048827558755874634,
-0.033055514097213745,
-0.050079017877578735,
0.005586611106991768,
0.01652163453400135,
0.008631223812699318,
-0.03647633641958237,
0.08040352910757065,
0.08357005566358566,
-0.027010735124349594,
-0.07321999967098236,
0.02242550067603588,
-0.0... | 0.03316 |
names must be globally unique. This example uses `generateName` to generate a random name. Any unique name is acceptable. {{}} {{< manifest path="get-started/managed-resources/bucket.yaml" label="bucket" command="kubectl create -f" >}} Check that Crossplane created the bucket: ```shell {copy-lines="1"} kubectl get buck... | https://github.com/crossplane/docs/blob/master/content/v2.1/get-started/get-started-with-managed-resources.md | master | crossplane | [
-0.050253916531801224,
-0.05477089062333107,
0.018366392701864243,
-0.03480793535709381,
0.02516724355518818,
-0.06174193322658539,
0.015292395837605,
-0.10858128219842911,
0.13865846395492554,
0.054297368973493576,
0.01693917065858841,
-0.13220898807048798,
0.05088679865002632,
-0.0767850... | 0.008181 |
{{< img src="/media/banner.png" alt="Crossplane Popsicle Truck" size="large" >}} Crossplane is an open source Kubernetes extension that transforms your Kubernetes cluster into a \*\*universal control plane\*\*. Crossplane lets you manage anything, anywhere, all through standard Kubernetes APIs. Crossplane can even let ... | https://github.com/crossplane/docs/blob/master/content/v1.20/_index.md | master | crossplane | [
-0.03124053403735161,
-0.01576005294919014,
0.025963542982935905,
0.0007001492194831371,
0.0099260825663805,
0.03176121413707733,
-0.024899402633309364,
-0.020939253270626068,
0.10120503604412079,
0.04651704803109169,
-0.025411467999219894,
-0.05236615985631943,
0.020163150504231453,
-0.03... | 0.196588 |
# Feature Lifecycle Crossplane follows a similar feature lifecycle to [upstream Kubernetes][kube-features]. All major new features must be added in alpha. Alpha features are expected to eventually graduate to beta, and then to general availability (GA). Features that languish at alpha or beta may be subject to deprecat... | https://github.com/crossplane/docs/blob/master/content/v1.20/learn/feature-lifecycle.md | master | crossplane | [
0.013053253293037415,
-0.03597027063369751,
0.08580953627824783,
-0.015520120039582253,
0.04192822426557541,
0.019315969198942184,
-0.0721796303987503,
-0.08364561200141907,
0.020052077248692513,
0.0029617163818329573,
0.010937992483377457,
-0.041996680200099945,
-0.11377279460430145,
-0.0... | 0.12751 |
Starting with the v1.10.0 release, Crossplane is released on a quarterly (13 week) cadence. A cycle is comprised of three general stages: - Weeks 1—11: [Active Development] - Week 12: [Feature Freeze] - Week 13: [Code Freeze] This results in four releases per year, with the most recent three releases being maintained a... | https://github.com/crossplane/docs/blob/master/content/v1.20/learn/release-cycle.md | master | crossplane | [
-0.058480557054281235,
-0.09638641029596329,
0.07576838880777359,
-0.06982032209634781,
0.043983589857816696,
0.014977969229221344,
-0.06627611815929413,
-0.0012202846119180322,
-0.10587085783481598,
0.024414537474513054,
0.04878360778093338,
0.04056166857481003,
-0.10706786066293716,
-0.0... | 0.041278 |
of an exception by Crossplane maintainers. This process is currently informal, but may be formalized in the future. ## Release dates Crossplane releases once a quarter (every 13 weeks). Typically, the release happens on the Tuesday of the last week of the quarter, as shown on the [community calendar][community calendar... | https://github.com/crossplane/docs/blob/master/content/v1.20/learn/release-cycle.md | master | crossplane | [
-0.03071451745927334,
-0.0660717561841011,
0.054860349744558334,
-0.03445284441113472,
0.047981563955545425,
0.007246077060699463,
-0.10832444578409195,
-0.02989131398499012,
-0.03822394087910652,
0.05896719917654991,
0.024707121774554253,
-0.004722138401120901,
-0.10251724720001221,
-0.05... | -0.06293 |
If you have any questions, please drop us a note on [Crossplane Slack][join-crossplane-slack] or [contact us][contact-us]. \*\*\*Learn more about using Crossplane\*\*\* - [Latest Design Docs](https://github.com/crossplane/crossplane/tree/main/design) - [Roadmap](https://github.com/crossplane/crossplane/blob/main/ROADMA... | https://github.com/crossplane/docs/blob/master/content/v1.20/learn/_index.md | master | crossplane | [
-0.06818708032369614,
-0.03883186727762222,
0.019976487383246422,
-0.03435925394296646,
-0.05980806425213814,
-0.0770929753780365,
-0.01954200118780136,
-0.04092969000339508,
0.0005801687948405743,
0.03933548554778099,
-0.04995313286781311,
-0.10277435183525085,
0.02339254319667816,
-0.039... | 0.005649 |
The `crossplane` CLI provides utilities to make using Crossplane easier. Read the [Crossplane CLI overview]({{}}) page for information on installing `crossplane`. ## Global flags The following flags are available for all commands. {{< table "table table-sm table-striped">}} | Short flag | Long flag | Description | |---... | https://github.com/crossplane/docs/blob/master/content/v1.20/cli/command-reference.md | master | crossplane | [
-0.03790253400802612,
-0.009952210821211338,
-0.07485875487327576,
-0.00913946982473135,
0.04650449752807617,
-0.04944445565342903,
-0.033649563789367676,
0.012875907123088837,
-0.0570085346698761,
0.060147784650325775,
0.05715255066752434,
-0.11089645326137543,
-0.025018997490406036,
-0.0... | 0.010534 |
in a Crossplane cluster. A function can reference and manipulate the included resource as part of running the function. The `observed-resources` may be a single YAML file with multiple resources or a directory of YAML files representing multiple resources. Inside the YAML file include an {{}}apiVersion{{}}, {{}}kind{{}... | https://github.com/crossplane/docs/blob/master/content/v1.20/cli/command-reference.md | master | crossplane | [
-0.04263579472899437,
-0.029032962396740913,
0.00665621180087328,
0.03914579376578331,
0.10590360313653946,
-0.03126872330904007,
0.01223890483379364,
-0.054702404886484146,
0.019081812351942062,
-0.01899365894496441,
-0.00598163390532136,
-0.1078505590558052,
0.004392816219478846,
-0.0510... | 0.116541 |
xpkg init The `crossplane xpkg init` command populates the current directory with files to build a package. Provide a name to use for the package and the package template to start from with the command `crossplane xpkg init ` The `` input isn't used. Crossplane reserves the `` for future releases. The `` value may be o... | https://github.com/crossplane/docs/blob/master/content/v1.20/cli/command-reference.md | master | crossplane | [
-0.09628964215517044,
0.0007392986444756389,
-0.018078818917274475,
-0.0468742698431015,
0.00783439539372921,
-0.006860040128231049,
-0.0029932258184999228,
0.05622430145740509,
-0.03862180933356285,
-0.014505509287118912,
0.06006048247218132,
-0.0709054172039032,
-0.038901206105947495,
-0... | 0.01679 |
`kubectl describe configuration`. Use `--wait` to have the `crossplane xpkg install` command to wait for a package to have the condition `HEALTHY` before continuing. The command returns an error if the `wait` time expires before the package is `HEALTHY`. #### Require manual package activation Set the package to require... | https://github.com/crossplane/docs/blob/master/content/v1.20/cli/command-reference.md | master | crossplane | [
-0.03431979566812515,
0.00021367384761106223,
0.03864777833223343,
-0.036412615329027176,
-0.011986938305199146,
0.014073346741497517,
-0.027267640456557274,
-0.01650852896273136,
0.03871043771505356,
0.04798608645796776,
0.05772485211491585,
-0.10407941043376923,
-0.038911812007427216,
-0... | 0.033039 |
my-package.xpkg crossplane-docs/my-package:v0.14.0` To push to another package registry, like [DockerHub](https://hub.docker.com/) provide the full URL along with the package name. For example, to push a local package named `my-package` to DockerHub organization `crossplane-docs/my-package:v0.14.0` use: `crossplane xpk... | https://github.com/crossplane/docs/blob/master/content/v1.20/cli/command-reference.md | master | crossplane | [
0.0004268334887456149,
0.010184478014707565,
-0.016514262184500694,
-0.03103487566113472,
-0.01301747839897871,
-0.028239261358976364,
-0.024015557020902634,
0.04968351125717163,
-0.019457602873444557,
0.011248474940657616,
0.019823532551527023,
-0.1407884806394577,
-0.01795952394604683,
-... | -0.08563 |
verbose logging information with the output. | {{< /table >}} The Kubernetes metrics server may take some time to collect data for the `crossplane beta top` command. Before the metrics server is ready, running the `top` command may produce an error, for example, `crossplane: error: error adding metrics to pod, check if... | https://github.com/crossplane/docs/blob/master/content/v1.20/cli/command-reference.md | master | crossplane | [
0.012986162677407265,
-0.037465646862983704,
0.03719305992126465,
0.02575516141951084,
0.04011033847928047,
-0.04865797981619835,
0.0405423678457737,
0.001549803651869297,
0.08422332257032394,
0.092191681265831,
-0.040371205657720566,
-0.1219891756772995,
-0.05178319662809372,
-0.018775688... | 0.190219 |
v0.47.0 - True Active HealthyPackageRevision │ └─ Provider/upbound-provider-aws-iam v0.47.0 True True - HealthyPackageRevision │ └─ ProviderRevision/upbound-provider-aws-iam-438eac423037 v0.47.0 - True Active HealthyPackageRevision ├─ Configuration/upbound-configuration-app v0.2.0 True True - HealthyPackageRevision │ └... | https://github.com/crossplane/docs/blob/master/content/v1.20/cli/command-reference.md | master | crossplane | [
-0.04176710546016693,
-0.02898973785340786,
0.0019023936474695802,
-0.027712827548384666,
0.06948816776275635,
-0.08269475400447845,
-0.0011946390150114894,
-0.09186438471078873,
-0.0016284732846543193,
0.07180677354335785,
0.10555760562419891,
-0.03984301909804344,
0.029852168634533882,
-... | 0.034041 |
v0.7.0 - True Active HealthyPackageRevision │ ├─ Provider/upbound-provider-aws-ec2 v0.47.0 True True - HealthyPackageRevision │ │ ├─ ProviderRevision/upbound-provider-aws-ec2-cfeb0cd0f1d2 v0.47.0 - True Active HealthyPackageRevision │ │ └─ Provider/upbound-provider-family-aws v1.0.0 True True - HealthyPackageRevision │... | https://github.com/crossplane/docs/blob/master/content/v1.20/cli/command-reference.md | master | crossplane | [
-0.05529869347810745,
-0.021100709214806557,
0.023618079721927643,
-0.02557419240474701,
0.09099830687046051,
-0.06102406606078148,
-0.02253870852291584,
-0.07842115312814713,
0.016389042139053345,
0.051839154213666916,
0.12026026844978333,
-0.05093009024858475,
0.024159492924809456,
-0.06... | 0.018587 |
STATE STATUS Configuration/platform-ref-aws v0.9.0 True True - HealthyPackageRevision ├─ ConfigurationRevision/platform-ref-aws-ad01153c1179 v0.8.0 - True Inactive HealthyPackageRevision ├─ ConfigurationRevision/platform-ref-aws-9ad7b5db2899 v0.9.0 - True Active HealthyPackageRevision ├─ Configuration/upbound-configura... | https://github.com/crossplane/docs/blob/master/content/v1.20/cli/command-reference.md | master | crossplane | [
-0.034458525478839874,
-0.03090955689549446,
-0.0028632916510105133,
-0.024974172934889793,
0.10923410952091217,
-0.047404199838638306,
-0.010935104452073574,
-0.07275554537773132,
-0.013992766849696636,
0.04920158162713051,
0.06498706340789795,
-0.005423313472419977,
0.006206453777849674,
... | 0.004271 |
provide a managed resource YAML file. ```yaml {label="iamAK"} apiVersion: iam.aws.upbound.io/v1beta1 kind: AccessKey metadata: name: sample-access-key-0 spec: forProvider: userSelector: matchLabels: example-name: test-user-0 ``` Run the `crossplane beta validate` command providing the provider and managed resource YAML... | https://github.com/crossplane/docs/blob/master/content/v1.20/cli/command-reference.md | master | crossplane | [
-0.03849495202302933,
0.003350771963596344,
-0.04299957677721977,
-0.015311340801417828,
0.03278104215860367,
-0.015996776521205902,
0.02825498767197132,
-0.03224653750658035,
0.024271288886666298,
0.08274856209754944,
-0.015529049560427666,
-0.1041085496544838,
0.08040428906679153,
-0.038... | 0.017414 |
Kind=User, test-user-1 validated successfully Total 5 resources: 0 missing schemas, 4 success cases, 1 failure cases ``` | https://github.com/crossplane/docs/blob/master/content/v1.20/cli/command-reference.md | master | crossplane | [
0.051543958485126495,
0.016680186614394188,
-0.019016392529010773,
0.06032940000295639,
0.011477403342723846,
-0.03657425567507744,
0.05092030018568039,
-0.0013721127761527896,
-0.09010160714387894,
-0.023584062233567238,
0.04600425064563751,
-0.09728468209505081,
0.07759924978017807,
0.08... | 0.045287 |
The Crossplane CLI helps simplify some development and administration aspects of Crossplane. The Crossplane CLI includes: \* tools to build, install, update and push Crossplane Packages \* standalone Composition Function testing and rendering without the need to access a Kubernetes cluster running Crossplane \* trouble... | https://github.com/crossplane/docs/blob/master/content/v1.20/cli/_index.md | master | crossplane | [
-0.016838980838656425,
-0.08207759261131287,
0.05484822019934654,
-0.06389401853084564,
0.005598542280495167,
-0.022273676469922066,
-0.06476277858018875,
-0.01249739807099104,
0.029427895322442055,
0.016751807183027267,
0.00022300201817415655,
-0.12075874954462051,
-0.12123233824968338,
-... | 0.132342 |
{{}} Resources created by Crossplane aren't deleted if Crossplane isn't uninstalled in order. This can leave cloud resources running, requiring manual deletion. {{< /hint >}} ## Ordered Crossplane uninstall Most Crossplane resources have dependencies on other Crossplane resources. For example, a \_managed resource\_ is... | https://github.com/crossplane/docs/blob/master/content/v1.20/software/uninstall.md | master | crossplane | [
-0.021527694538235664,
-0.0080108055844903,
0.08854401111602783,
-0.019656939432024956,
0.07948733866214752,
-0.012035641819238663,
0.02384149841964245,
-0.0993741825222969,
0.09751475602388382,
0.05936647951602936,
0.0512622632086277,
-0.061415255069732666,
0.00398885365575552,
-0.0255408... | 0.070521 |
this namespace with `helm uninstall`. Manually delete the Crossplane namespace with `kubectl delete namespace`. ```shell kubectl delete namespace crossplane-system ``` Verify Kubernetes removed the namespace with `kubectl get namespaces` ```shell kubectl get namespace NAME STATUS AGE default Active 2m45s kube-flannel A... | https://github.com/crossplane/docs/blob/master/content/v1.20/software/uninstall.md | master | crossplane | [
0.00023237754066940397,
0.007850606925785542,
0.039881616830825806,
-0.026612835004925728,
0.058075278997421265,
0.006502176634967327,
-0.009676416404545307,
-0.06617133319377899,
0.09818165749311447,
0.04060405120253563,
0.03267516940832138,
-0.10836321115493774,
0.0024967738427221775,
-0... | 0.063386 |
Crossplane installs into an existing Kubernetes cluster, creating the `Crossplane` pod, enabling the installation of Crossplane \_Provider\_ resources. {{< hint type="tip" >}} If you don't have a Kubernetes cluster create one locally with [Kind](https://kind.sigs.k8s.io/). {{< /hint >}} ## Prerequisites \* An actively ... | https://github.com/crossplane/docs/blob/master/content/v1.20/software/install.md | master | crossplane | [
0.0019593825563788414,
-0.06793110817670822,
0.04967866837978363,
-0.0628122016787529,
0.009273714385926723,
0.040199752897024155,
-0.030523348599672318,
0.01117795892059803,
0.024488678202033043,
0.09804724156856537,
0.030853094533085823,
-0.12206396460533142,
-0.07654350996017456,
-0.045... | 0.098534 |
For example, `SAMPLE.KEY=value1` becomes `SAMPLE\_KEY=value1`. | `{}` | | `extraEnvVarsRBACManager` | Add custom environmental variables to the RBAC Manager pod deployment. Replaces any `.` in a variable name with `\_`. For example, `SAMPLE.KEY=value1` becomes `SAMPLE\_KEY=value1`. | `{}` | | `extraObjects` | To add ar... | https://github.com/crossplane/docs/blob/master/content/v1.20/software/install.md | master | crossplane | [
0.02295488491654396,
-0.051906224340200424,
-0.05773690715432167,
-0.00618463009595871,
-0.04726206883788109,
0.0022524853702634573,
0.03390081226825714,
0.061090294271707535,
0.021291812881827354,
0.07041364163160324,
0.0047603570856153965,
-0.09430555254220963,
0.022935625165700912,
-0.0... | 0.124753 |
of RBAC Manager pod `replicas` to deploy. | `1` | | `rbacManager.revisionHistoryLimit` | The number of RBAC Manager ReplicaSets to retain. | `nil` | | `rbacManager.skipAggregatedClusterRoles` | Don't install aggregated Crossplane ClusterRoles. | `false` | | `rbacManager.tolerations` | Add `tolerations` to the RBAC Mana... | https://github.com/crossplane/docs/blob/master/content/v1.20/software/install.md | master | crossplane | [
0.009693550877273083,
-0.0806775838136673,
-0.08709219843149185,
0.04680580645799637,
-0.02753084897994995,
0.02665816806256771,
-0.025358332321047783,
-0.019071288406848907,
-0.09277921169996262,
0.11369940638542175,
0.023775730282068253,
-0.014628835022449493,
0.021002894267439842,
-0.01... | 0.126087 |
\ crossplane-stable/crossplane \ --set image.pullPolicy=Always ``` Helm supports comma-separated arguments. For example, to change the image pull policy and number of replicas: ```shell helm install crossplane \ --namespace crossplane-system \ --create-namespace \ crossplane-stable/crossplane \ --set image.pullPolicy=A... | https://github.com/crossplane/docs/blob/master/content/v1.20/software/install.md | master | crossplane | [
0.007727259304374456,
-0.028280118480324745,
-0.012294042855501175,
-0.07135315239429474,
-0.007408022880554199,
0.017374670132994652,
-0.021090107038617134,
0.045365478843450546,
-0.030346427112817764,
0.050763893872499466,
0.04069428890943527,
-0.07160039246082306,
-0.03388434275984764,
... | 0.057422 |
Crossplane distributions Third-party vendors may maintain their own Crossplane distributions. Vendor supported distribution may have features or tooling that isn't in the Community Crossplane distribution. The CNCF certified third-party distributions as "[conformant](https://github.com/cncf/crossplane-conformance)" wit... | https://github.com/crossplane/docs/blob/master/content/v1.20/software/install.md | master | crossplane | [
-0.03426064923405647,
-0.20317760109901428,
-0.0690038800239563,
-0.10278776288032532,
0.012813662178814411,
-0.017370566725730896,
-0.04740113765001297,
-0.02180602215230465,
-0.017439918592572212,
-0.01919357292354107,
0.0642678439617157,
-0.07382899522781372,
-0.013394568115472794,
0.03... | 0.028459 |
The recommended upgrade method for an existing Crossplane install is to use [Helm](http://helm.io). ## Prerequisites \* [Helm](https://helm.sh/docs/intro/install/) version `v3.2.0` or later ## Add the Crossplane Helm repository Verify Helm has the Crossplane repository. ```shell helm repo add crossplane-stable https://... | https://github.com/crossplane/docs/blob/master/content/v1.20/software/upgrade.md | master | crossplane | [
0.008733837865293026,
-0.05141236633062363,
0.038549020886421204,
-0.11871174722909927,
0.04211590066552162,
-0.0391770638525486,
-0.07716411352157593,
-0.015305627137422562,
-0.01921074092388153,
0.09852676838636398,
0.06946348398923874,
-0.05409807711839676,
-0.06236965209245682,
-0.0532... | -0.010671 |
{{< hint "important" >}} This guide is part 2 of a series. [\*\*Part 1\*\*]({{}}) covers to installing Crossplane and connect your Kubernetes cluster to AWS. {{< /hint >}} This guide walks you through building and accessing a custom API with Crossplane. ## Prerequisites \* Complete [quickstart part 1]({{}}) connecting ... | https://github.com/crossplane/docs/blob/master/content/v1.20/getting-started/provider-aws-part-2.md | master | crossplane | [
-0.029145855456590652,
-0.0426027849316597,
-0.0009693998144939542,
-0.026153462007641792,
0.03739586099982262,
0.04043601453304291,
-0.018091866746544838,
-0.0019456177251413465,
0.06814395636320114,
0.07971654087305069,
-0.015058096498250961,
-0.10025160014629364,
0.075462207198143,
-0.0... | 0.000516 |
a {{}}location{{}} of where to run their cloud resources. All other resource settings can't be configurable by the users. This allows Crossplane to enforce any policies and standards without worrying about user errors. ```yaml {label="spec",copy-lines="none"} apiVersion: database.example.com/v1alpha1 kind: NoSQL spec: ... | https://github.com/crossplane/docs/blob/master/content/v1.20/getting-started/provider-aws-part-2.md | master | crossplane | [
0.028109172359108925,
0.00047775389975868165,
0.04207133501768112,
-0.04704783484339714,
-0.007598787546157837,
0.03541247546672821,
0.0030907783657312393,
-0.04989609122276306,
0.04723126068711281,
0.020033275708556175,
-0.014451929368078709,
-0.10036569833755493,
0.03680741414427757,
-0.... | 0.07556 |
associated to a resource template (Composition) users can access the API to create resources. Create a {{}}NoSQL{{}} object to create the cloud resources. {{< manifest path="getting-started/aws-part-2/nosql-my-nosql-database.yaml" label="xr" >}} View the resource with `kubectl get nosql`. ```shell {copy-lines="1"} kube... | https://github.com/crossplane/docs/blob/master/content/v1.20/getting-started/provider-aws-part-2.md | master | crossplane | [
-0.015400090254843235,
0.06264570355415344,
-0.0245351605117321,
0.031139275059103966,
0.018421804532408714,
0.007497223559767008,
-0.0452222116291523,
-0.04241829365491867,
0.1162368580698967,
-0.03003329411149025,
-0.03285101056098938,
-0.09940499812364578,
0.11831500381231308,
-0.047763... | 0.023769 |
Connect Crossplane to Azure to create and manage cloud resources from Kubernetes with [provider-upjet-azure](https://github.com/crossplane-contrib/provider-upjet-azure). This guide is in two parts: \* Part 1 walks through installing Crossplane, configuring the provider to authenticate to Azure and creating a \_Managed ... | https://github.com/crossplane/docs/blob/master/content/v1.20/getting-started/provider-azure.md | master | crossplane | [
-0.05202014371752739,
-0.03497781231999397,
-0.0016895239241421223,
-0.007624804973602295,
-0.04919148609042168,
0.07558315247297287,
0.020521854981780052,
-0.04779725521802902,
0.02200966514647007,
0.13537751138210297,
-0.029909772798419,
-0.08530809730291367,
-0.009902359917759895,
-0.00... | 0.061819 |
your text file. {{< /hint >}} ```shell {copy-lines="1"} kubectl describe secret azure-secret -n crossplane-system Name: azure-secret Namespace: crossplane-system Labels: Annotations: Type: Opaque Data ==== creds: 629 bytes ``` ## Create a ProviderConfig A `ProviderConfig` customizes the settings of the Azure Provider. ... | https://github.com/crossplane/docs/blob/master/content/v1.20/getting-started/provider-azure.md | master | crossplane | [
-0.05464649945497513,
0.04881756752729416,
0.01654341071844101,
0.06517767906188965,
-0.0163063183426857,
0.046723295003175735,
0.06086765229701996,
-0.025286465883255005,
0.09507778286933899,
0.09242617338895798,
0.009959971532225609,
-0.09214072674512863,
0.038450662046670914,
-0.0257095... | 0.024499 |
Connect Crossplane to AWS to create and manage cloud resources from Kubernetes with [provider-upjet-aws](https://github.com/crossplane-contrib/provider-upjet-aws). This guide is in two parts: \* Part 1 walks through installing Crossplane, configuring the provider to authenticate to AWS and creating a \_Managed Resource... | https://github.com/crossplane/docs/blob/master/content/v1.20/getting-started/provider-aws.md | master | crossplane | [
-0.06952262669801712,
-0.045086927711963654,
-0.020717203617095947,
-0.03278461843729019,
-0.02461436577141285,
0.04110471159219742,
0.012782187201082706,
-0.017625631764531136,
0.05011074244976044,
0.0976719930768013,
-0.0332021526992321,
-0.09702301770448685,
-0.0020816330797970295,
-0.0... | 0.0555 |
line="3">}}ProviderConfig{{}} with the this Kubernetes configuration file: {{< manifest path="getting-started/aws/providerconfig.yaml" label="providerconfig" >}} This attaches the AWS credentials, saved as a Kubernetes secret, as a {{< hover label="providerconfig" line="9">}}secretRef{{}}. The {{< hover label="provider... | https://github.com/crossplane/docs/blob/master/content/v1.20/getting-started/provider-aws.md | master | crossplane | [
-0.09210430085659027,
0.00288127432577312,
-0.01888253539800644,
0.03347645327448845,
0.05770834907889366,
0.023883454501628876,
0.10769806057214737,
-0.051910366863012314,
0.09126351028680801,
0.06874894350767136,
0.015143335796892643,
-0.09543013572692871,
0.07912678271532059,
-0.0402976... | 0.032649 |
Crossplane connects your Kubernetes cluster to external, non-Kubernetes resources, and allows platform teams to build custom Kubernetes APIs to consume those resources. Crossplane creates Kubernetes [Custom Resource Definitions](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definit... | https://github.com/crossplane/docs/blob/master/content/v1.20/getting-started/introduction.md | master | crossplane | [
-0.022563045844435692,
-0.09572301059961319,
-0.029504409059882164,
-0.03797682002186775,
-0.029455600306391716,
0.04433554410934448,
0.002208767691627145,
-0.008960854262113571,
0.09241791069507599,
0.06371406465768814,
-0.058091580867767334,
-0.1393350213766098,
-0.03429083526134491,
-0.... | 0.168374 |
installed Providers with the command `kubectl get providers`. ## Provider configurations Providers have \_ProviderConfigs\_. \_ProviderConfigs\_ configure settings related to the Provider like authentication or global defaults for the Provider. The API endpoints for ProviderConfigs are unique to each Provider. \_Provid... | https://github.com/crossplane/docs/blob/master/content/v1.20/getting-started/introduction.md | master | crossplane | [
-0.05718018114566803,
-0.0667577013373375,
-0.021986784413456917,
-0.007406963035464287,
0.0420084148645401,
0.02553877979516983,
0.061626333743333817,
-0.08203059434890747,
0.07758036255836487,
0.050146281719207764,
0.020391473546624184,
-0.13108305633068085,
0.046931687742471695,
-0.0813... | 0.110188 |
>}} \_Composite Resources\_ are cluster scoped and available to all cluster namespaces. Use `kubectl get composite` to view all \_Composite Resources\_. ## Composite Resource Definitions \_Composite Resource Definitions\_ (`XRDs`) create custom Kubernetes APIs used by \_Claims\_ and \_Composite Resources\_. {{< hint "n... | https://github.com/crossplane/docs/blob/master/content/v1.20/getting-started/introduction.md | master | crossplane | [
-0.02777119353413582,
-0.04416600987315178,
-0.009859436191618443,
0.010527142323553562,
0.011594109237194061,
0.02932344749569893,
0.012559706345200539,
-0.0010843939380720258,
0.06281512975692749,
0.04861628636717796,
-0.025762341916561127,
-0.12944868206977844,
0.052755750715732574,
0.0... | 0.156374 |
allows multiple teams, using unique namespaces, to create the same types of resources, independent of each other. The compute resources of team A are unique to the compute resources of team B. Directly creating \_Composite Resources\_ requires cluster-wide permissions, shared with all teams. \_Claims\_ create the same ... | https://github.com/crossplane/docs/blob/master/content/v1.20/getting-started/introduction.md | master | crossplane | [
-0.10155634582042694,
-0.010163845494389534,
-0.04578182101249695,
0.04690920561552048,
0.07959304004907608,
-0.03246372938156128,
0.07061726599931717,
-0.07872022688388824,
0.013026254251599312,
0.010624827817082405,
0.02295565977692604,
-0.09040184319019318,
0.12289978563785553,
0.051264... | 0.082669 |
{{< hint "important" >}} This guide is part 2 of a series. [\*\*Part 1\*\*]({{}}) covers to installing Crossplane and connect your Kubernetes cluster to GCP. {{< /hint >}} This guide walks you through building and accessing a custom API with Crossplane. ## Prerequisites \* Complete [quickstart part 1]({{}}) connecting ... | https://github.com/crossplane/docs/blob/master/content/v1.20/getting-started/provider-gcp-part-2.md | master | crossplane | [
-0.035309504717588425,
-0.07474660873413086,
0.05354504659771919,
-0.038221266120672226,
-0.02846389263868332,
0.032661136239767075,
-0.004261177498847246,
0.00859788991510868,
0.006998629309237003,
0.07723389565944672,
0.00006833276711404324,
-0.10409253090620041,
0.00021301793458405882,
... | 0.05033 |
group are individual kinds representing different resources. For example a `queue` group may have a `PubSub` and `CloudTask` kinds. The `kind` can be anything, but it must be [UpperCamelCased](https://kubernetes.io/docs/contribute/style/style-guide/#use-upper-camel-case-for-api-objects). This API's kind is {{}}PubSub{{... | https://github.com/crossplane/docs/blob/master/content/v1.20/getting-started/provider-gcp-part-2.md | master | crossplane | [
-0.03410417214035988,
0.014305874705314636,
0.02671807073056698,
-0.02077677473425865,
0.016514727845788002,
0.025605278089642525,
0.040834974497556686,
-0.09025263041257858,
0.06356997042894363,
0.05515768751502037,
0.012652019038796425,
-0.066681407392025,
0.003312690183520317,
-0.034505... | 0.100168 |
more information on configuring Compositions and all the available options. Read the [Patch and Transform function documentation]({{}}) for more information on how it uses patches to map user inputs to Composition resource templates. {{< /hint >}} View the Composition with `kubectl get composition` ```shell {copy-lines... | https://github.com/crossplane/docs/blob/master/content/v1.20/getting-started/provider-gcp-part-2.md | master | crossplane | [
0.011868448927998543,
-0.021900640800595284,
0.031099669635295868,
-0.03240966796875,
-0.07367885112762451,
0.05105988308787346,
0.008267644792795181,
-0.05491411313414574,
0.07626035064458847,
0.0029834024608135223,
-0.06039906293153763,
-0.07780640572309494,
0.06498602032661438,
-0.03584... | 0.030035 |
{{< hint "important" >}} This guide is part 2 of a series. [\*\*Part 1\*\*]({{}}) covers to installing Crossplane and connect your Kubernetes cluster to Azure. {{< /hint >}} This guide walks you through building and accessing a custom API with Crossplane. ## Prerequisites \* Complete [quickstart part 1]({{}}) connectin... | https://github.com/crossplane/docs/blob/master/content/v1.20/getting-started/provider-azure-part-2.md | master | crossplane | [
0.0081042954698205,
-0.03580867499113083,
0.029271073639392853,
-0.018630007281899452,
-0.010523545555770397,
0.08109176158905029,
0.011706334538757801,
-0.036246538162231445,
0.05189666152000427,
0.15365730226039886,
0.023788852617144585,
-0.11652877181768417,
0.016674933955073357,
-0.008... | 0.038292 |
your custom API in Kubernetes. The XRD {{}}spec{{}} contains all the information about the API including the {{}}group{{}}, {{}}version{{}}, {{}}kind{{}} and {{}}schema{{}}. The XRD's {{}}name{{}} must be the combination of the {{}}plural{{}} and {{}}group{{}}. The {{}}schema{{}} uses the {{}}OpenAPIv3{{}} specificatio... | https://github.com/crossplane/docs/blob/master/content/v1.20/getting-started/provider-azure-part-2.md | master | crossplane | [
0.04713692516088486,
0.03369687497615814,
0.022301698103547096,
-0.017336726188659668,
0.007093729916960001,
-0.0025756745599210262,
0.012139590457081795,
-0.0523933470249176,
0.058415163308382034,
0.048411961644887924,
0.04058205708861351,
-0.16943207383155823,
0.042631473392248154,
0.033... | 0.112365 |
xpkg.crossplane.io/crossplane-contrib/provider-azure-network:v1.11.2 23m ``` ## Access the custom API With the custom API (XRD) installed and associated to a resource template (Composition) users can access the API to create resources. Create a {{}}VirtualMachine{{}} object to create the cloud resources. {{< manifest p... | https://github.com/crossplane/docs/blob/master/content/v1.20/getting-started/provider-azure-part-2.md | master | crossplane | [
0.0017772926948964596,
-0.009862416423857212,
0.007249786984175444,
-0.016103534027934074,
0.005766626447439194,
0.018271198496222496,
0.011564991436898708,
-0.06364773213863373,
0.06536945700645447,
0.049739789217710495,
0.016681648790836334,
-0.1458631157875061,
0.027057664468884468,
-0.... | 0.032815 |
get managed No resources found ``` ## Next steps \* Explore Azure resources that Crossplane can configure in the [Provider CRD reference](https://github.com/crossplane-contrib/provider-upjet-azure/tree/main/package/crds). \* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and... | https://github.com/crossplane/docs/blob/master/content/v1.20/getting-started/provider-azure-part-2.md | master | crossplane | [
-0.04888681694865227,
-0.07985399663448334,
-0.03366197273135185,
0.04358590021729469,
0.003265573875978589,
0.05470834672451019,
0.00619109021499753,
-0.07848188281059265,
-0.049055177718400955,
0.13958844542503357,
0.0191873237490654,
-0.08391904830932617,
-0.01984316296875477,
0.0449286... | -0.027458 |
## Install Crossplane Crossplane installs into an existing Kubernetes cluster. {{< hint type="tip" >}} If you don't have a Kubernetes cluster create one locally with [Kind](https://kind.sigs.k8s.io/). {{< /hint >}} ### Install the Crossplane Helm chart Helm enables Crossplane to install all its Kubernetes components th... | https://github.com/crossplane/docs/blob/master/content/v1.20/getting-started/install-crossplane-include.md | master | crossplane | [
0.035506073385477066,
-0.06432139873504639,
0.05048520117998123,
-0.04845639690756798,
0.009633262641727924,
0.02240082621574402,
-0.03185373917222023,
0.016554899513721466,
0.026803404092788696,
0.07759174704551697,
0.032197944819927216,
-0.15464164316654205,
-0.06680244952440262,
-0.0441... | 0.093309 |
labels: app: crossplane helm.sh/chart: crossplane-1.15.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/component: cloud-infrastructure-controller app.kubernetes.io/part-of: crossplane app.kubernetes.io/name: crossplane app.kubernetes.io/instance: crossplane app.kubernetes.io/version: "1.15.0" crossplane.io/scope... | https://github.com/crossplane/docs/blob/master/content/v1.20/getting-started/install-crossplane-include.md | master | crossplane | [
-0.036539699882268906,
-0.05285053327679634,
-0.019690530374646187,
0.0068745422177016735,
0.0657215267419815,
0.05987853929400444,
0.010650452226400375,
-0.031884122639894485,
0.08596238493919373,
0.07220747321844101,
0.01547717209905386,
-0.10776981711387634,
-0.014563003554940224,
-0.05... | 0.155036 |
- watch - create - update - patch # The RBAC manager may grant access it does not have. - escalate - apiGroups: - rbac.authorization.k8s.io resources: - clusterroles verbs: - bind - apiGroups: - rbac.authorization.k8s.io resources: - clusterrolebindings verbs: - "\*" - apiGroups: - "" - coordination.k8s.io resources: -... | https://github.com/crossplane/docs/blob/master/content/v1.20/getting-started/install-crossplane-include.md | master | crossplane | [
-0.04075053334236145,
-0.0684218555688858,
-0.04542063921689987,
0.060197316110134125,
0.032154377549886703,
0.02535652555525303,
0.009493354707956314,
-0.06532307714223862,
0.009364385157823563,
0.11643810570240021,
0.002675737952813506,
-0.05032619088888168,
0.03653913363814354,
-0.02438... | 0.153559 |
to view events. - apiGroups: [""] resources: [events] verbs: [get, list, watch] # Crossplane viewers may see which namespaces exist. - apiGroups: [""] resources: [namespaces] verbs: [get, list, watch] # Crossplane viewers have read-only access to built in Crossplane types. - apiGroups: - apiextensions.crossplane.io res... | https://github.com/crossplane/docs/blob/master/content/v1.20/getting-started/install-crossplane-include.md | master | crossplane | [
-0.0077648828737437725,
-0.08073163777589798,
-0.044198475778102875,
0.0641704648733139,
0.08472325652837753,
0.0481235645711422,
0.03887713700532913,
-0.04918377101421356,
0.06095850467681885,
0.021912887692451477,
-0.0023624023888260126,
-0.10490695387125015,
-0.031004516407847404,
-0.00... | 0.141915 |
containerName: crossplane resource: limits.cpu divisor: "1" - name: GOMEMLIMIT valueFrom: resourceFieldRef: containerName: crossplane resource: limits.memory divisor: "1" - name: POD\_NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace - name: POD\_SERVICE\_ACCOUNT valueFrom: fieldRef: fieldPath: spec.serviceA... | https://github.com/crossplane/docs/blob/master/content/v1.20/getting-started/install-crossplane-include.md | master | crossplane | [
0.002926185028627515,
0.02355259843170643,
-0.06318047642707825,
-0.03219623118638992,
0.03029979020357132,
-0.057142823934555054,
0.0288100503385067,
-0.013073040172457695,
0.061827342957258224,
0.018282566219568253,
0.0485973060131073,
-0.11251717060804367,
-0.046986088156700134,
0.00846... | 0.087151 |
Connect Crossplane to GCP to create and manage cloud resources from Kubernetes with [provider-upjet-gcp](https://github.com/crossplane-contrib/provider-upjet-gcp). This guide is in two parts: \* Part 1 walks through installing Crossplane, configuring the provider to authenticate to GCP and creating a \_Managed Resource... | https://github.com/crossplane/docs/blob/master/content/v1.20/getting-started/provider-gcp.md | master | crossplane | [
-0.06596626341342926,
-0.06032629311084747,
0.043449871242046356,
-0.032628096640110016,
-0.07607733458280563,
0.03606396168470383,
0.018167056143283844,
-0.005562717095017433,
0.0035681994631886482,
0.09305285662412643,
-0.015173844993114471,
-0.09767363965511322,
-0.03900162875652313,
-0... | 0.049591 |
the `project\_id` field of the `gcp-credentials.json` file. {{< /hint >}} Apply the {{< hover label="providerconfig" line="2">}}ProviderConfig{{}} with the command: {{< editCode >}} ```yaml {label="providerconfig",copy-lines="all"} cat <$@ credentials: source: Secret secretRef: namespace: crossplane-system name: gcp-se... | https://github.com/crossplane/docs/blob/master/content/v1.20/getting-started/provider-gcp.md | master | crossplane | [
-0.0995149165391922,
0.022158987820148468,
0.04042896255850792,
0.04192659258842468,
0.01065066922456026,
0.01806383579969406,
0.07417387515306473,
-0.022295555099844933,
0.05480507016181946,
0.047882597893476486,
0.020156346261501312,
-0.05773823708295822,
0.007659461349248886,
-0.0359623... | 0.000861 |
Composition functions (or just functions, for short) are custom programs that template Crossplane resources. Crossplane calls composition functions to determine what resources it should create when you create a composite resource (XR). Read the [concepts]({{}}) page to learn more about composition functions. You can wr... | https://github.com/crossplane/docs/blob/master/content/v1.20/guides/write-a-composition-function-in-go.md | master | crossplane | [
-0.03328874707221985,
0.005873453337699175,
0.030805932357907295,
-0.0342109240591526,
0.02594725973904133,
0.03063463792204857,
0.02834388241171837,
0.02079586125910282,
0.020042696967720985,
-0.015804801136255264,
0.025131192058324814,
-0.025406986474990845,
0.00972293596714735,
-0.04115... | 0.065161 |
`crossplane xpkg init` gives you the option of running an initialization script to automate tasks like replacing the template name with the new function's name. {{}} You must make some changes before you start adding code: \* Edit `package/crossplane.yaml` to change the package's name. \* Edit `go.mod` to change the Go... | https://github.com/crossplane/docs/blob/master/content/v1.20/guides/write-a-composition-function-in-go.md | master | crossplane | [
-0.060967378318309784,
-0.007208238355815411,
-0.0644744411110878,
-0.02856231853365898,
-0.03424590453505516,
-0.038025565445423126,
0.006079534534364939,
0.09335602819919586,
-0.03516089916229248,
-0.02668236568570137,
0.09331683814525604,
-0.01648830994963646,
0.016339417546987534,
-0.0... | 0.034391 |
:= response.SetDesiredComposedResources(rsp, desired); err != nil { response.Fatal(rsp, errors.Wrapf(err, "cannot set desired composed resources in %T", rsp)) return rsp, nil } return rsp, nil } ``` Expand the below block to view the full `fn.go`, including imports and commentary explaining the function's logic. {{}} `... | https://github.com/crossplane/docs/blob/master/content/v1.20/guides/write-a-composition-function-in-go.md | master | crossplane | [
-0.0628831684589386,
0.025959210470318794,
-0.0731172189116478,
-0.02944793552160263,
0.03929967060685158,
-0.001785538624972105,
0.009809859097003937,
0.05723759904503822,
0.019719313830137253,
-0.013833564706146717,
-0.004601648077368736,
-0.019100604578852654,
-0.0341072678565979,
0.051... | 0.10171 |
v1beta1.BucketParameters{ // Set the bucket's region to the value read from the XR. Region: ptr.To[string](region), }, }, } // Convert the bucket to the unstructured resource data format the SDK // uses to store desired composed resources. cd, err := composed.From(b) if err != nil { response.Fatal(rsp, errors.Wrapf(err... | https://github.com/crossplane/docs/blob/master/content/v1.20/guides/write-a-composition-function-in-go.md | master | crossplane | [
-0.02560430020093918,
0.08126302063465118,
-0.00783214159309864,
0.007409537676721811,
0.025737009942531586,
-0.04452265053987503,
0.047842979431152344,
0.048148106783628464,
0.03265240043401718,
-0.02841315232217312,
-0.06549409031867981,
-0.10951180011034012,
0.06455524265766144,
-0.0252... | 0.000341 |
{ "name": "test" }, "spec": { "region": "us-east-2", "names": [ "test-bucket-a", "test-bucket-b" ] } }`), }, }, }, }, want: want{ rsp: &fnv1.RunFunctionResponse{ Meta: &fnv1.ResponseMeta{Ttl: durationpb.New(60 \* time.Second)}, Desired: &fnv1.State{ Resources: map[string]\*fnv1.Resource{ "xbuckets-test-bucket-a": {Reso... | https://github.com/crossplane/docs/blob/master/content/v1.20/guides/write-a-composition-function-in-go.md | master | crossplane | [
-0.04463287070393562,
0.06253110617399216,
-0.007304792758077383,
-0.010152521543204784,
0.0446113683283329,
-0.00485271168872714,
-0.012547195889055729,
0.031908005475997925,
0.038744181394577026,
0.009046179242432117,
-0.057303283363580704,
-0.10344843566417694,
-0.025499043986201286,
0.... | -0.007405 |
```yaml --- apiVersion: example.crossplane.io/v1 kind: XBuckets metadata: name: example-buckets --- apiVersion: s3.aws.upbound.io/v1beta1 kind: Bucket metadata: annotations: crossplane.io/composition-resource-name: xbuckets-crossplane-functions-example-b crossplane.io/external-name: crossplane-functions-example-b gener... | https://github.com/crossplane/docs/blob/master/content/v1.20/guides/write-a-composition-function-in-go.md | master | crossplane | [
-0.03525663912296295,
-0.05204908549785614,
-0.026729965582489967,
-0.060599830001592636,
0.09761111438274384,
-0.0018147318623960018,
-0.0005598006537184119,
-0.042225781828165054,
0.053323086351156235,
0.05135924369096756,
0.016367174685001373,
-0.12896087765693665,
0.024937083944678307,
... | -0.006418 |
The change logs feature helps users of Crossplane Providers understand what changes a provider makes to the resources it manages. Whenever a provider creates, updates, or deletes a managed resource, the provider records an entry explaining the details of the change in its change log. Change logs are important for aware... | https://github.com/crossplane/docs/blob/master/content/v1.20/guides/change-logs.md | master | crossplane | [
-0.04085798189043999,
-0.04677238315343857,
0.10296107083559036,
-0.009519483894109726,
0.10980535298585892,
-0.05899934098124504,
0.03382054716348648,
-0.05871953070163727,
0.07978055626153946,
0.07345688343048096,
-0.035897813737392426,
-0.00790462177246809,
-0.02549191378057003,
-0.0223... | 0.086842 |
creates a `ConfigMap`, so it only requires permissions for that resource type. {{}} This guide grants specific permissions to the provider for example purposes. This approach isn't intended to be representative of a production environment. See more examples for configuring `provider-kubernetes` in its [examples directo... | https://github.com/crossplane/docs/blob/master/content/v1.20/guides/change-logs.md | master | crossplane | [
0.006225276738405228,
-0.03658231720328331,
0.009101627394557,
0.025116704404354095,
0.019207939505577087,
0.004168142564594746,
0.05893807113170624,
-0.01850142702460289,
-0.002963394159451127,
0.08529927581548691,
0.030381616204977036,
-0.07083723694086075,
-0.011994416825473309,
0.03733... | 0.090516 |
## Requested Resource Not Found If you use the Crossplane CLI to install a `Provider` or `Configuration` (for example, `crossplane xpkg install provider xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.21.1`) and get `the server could not find the requested resource` error, more often than not, that's an indica... | https://github.com/crossplane/docs/blob/master/content/v1.20/guides/troubleshoot-crossplane.md | master | crossplane | [
-0.0363084077835083,
-0.0881771445274353,
-0.014075381681323051,
-0.03740362823009491,
0.03752957656979561,
-0.01633499003946781,
-0.008375083096325397,
-0.07550002634525299,
0.04688515514135361,
0.038797542452812195,
-0.009198716841638088,
-0.13565292954444885,
-0.026937903836369514,
-0.0... | 0.037356 |
get event` 2. If there are errors in the events, address them. 3. If there are no errors, follow its subresources. `kubectl get -o=jsonpath='{.spec.resourceRef}{" "}{.spec.resourceRefs}' | jq` 4. Repeat this process for each resource returned. {{< hint "note" >}} The rest of this section show you how to debug issues re... | https://github.com/crossplane/docs/blob/master/content/v1.20/guides/troubleshoot-crossplane.md | master | crossplane | [
-0.0003146108938381076,
0.020486075431108475,
0.04178830608725548,
0.04081244021654129,
0.029536256566643715,
-0.003063301555812359,
-0.04605615884065628,
0.010087656788527966,
0.06391450762748718,
-0.02792912721633911,
-0.05758151784539223,
-0.16421863436698914,
0.007051420398056507,
-0.0... | 0.118841 |
two ways: `configuration.pkg.crossplane.io` and `provider.pkg.crossplane.io`. You can use either one to install providers with no functional differences to providers themselves. If you define a `configuration.pkg.crossplane.io` object, Crossplane creates a `provider.pkg.crossplane.io` object and manages it. Refer to [t... | https://github.com/crossplane/docs/blob/master/content/v1.20/guides/troubleshoot-crossplane.md | master | crossplane | [
0.007056410890072584,
-0.03610295057296753,
0.01476121786981821,
-0.05565826967358589,
-0.0062427944503724575,
-0.024938302114605904,
-0.004901163745671511,
-0.019822869449853897,
0.08471899479627609,
0.03575180470943451,
0.025583164766430855,
-0.13084416091442108,
-0.04840549826622009,
-0... | 0.018948 |
an issue or orchestrating a complex migration of resources. Creating and referencing a `DeploymentRuntimeConfig` is the easiest way to scale down a provider, and the `DeploymentRuntimeConfig` can be modified or the reference can be removed to scale it back up: ```yaml apiVersion: pkg.crossplane.io/v1beta1 kind: Deploym... | https://github.com/crossplane/docs/blob/master/content/v1.20/guides/troubleshoot-crossplane.md | master | crossplane | [
-0.025864779949188232,
0.0036336726043373346,
-0.01565365679562092,
0.01739398203790188,
0.03182877227663994,
-0.009781276807188988,
0.0033956700935959816,
-0.009346327744424343,
-0.0012145984219387174,
0.044044140726327896,
0.03741975128650665,
-0.07843607664108276,
0.032683808356523514,
... | -0.018849 |
Function Patch and Transform allows you to write a Composition that specifies managed resource (MR) templates, and uses "patch and transform" operations to fill them out. Crossplane fills the templates out with values copied from a claim or composite resource (XR). A [patch](#create-a-patch) copies a value from one res... | https://github.com/crossplane/docs/blob/master/content/v1.20/guides/function-patch-and-transform.md | master | crossplane | [
-0.12360309809446335,
-0.008309627883136272,
0.038579463958740234,
-0.06687422841787338,
0.04794909805059433,
0.028439728543162346,
-0.0018861036514863372,
-0.012753277085721493,
0.008835051208734512,
0.05275081843137741,
0.02416807971894741,
-0.058608949184417725,
0.00540329422801733,
-0.... | 0.047701 |
provided `spec.forProvider` settings. The `spec` supports any settings used in a managed resource, including applying `annotations` and `labels` or using a specific `providerConfigRef`. {{}} Use the `crossplane.io/external-name` annotation on the resource to set the resource's name in the external system (like AWS). {{... | https://github.com/crossplane/docs/blob/master/content/v1.20/guides/function-patch-and-transform.md | master | crossplane | [
-0.11187891662120819,
0.016993040218949318,
-0.025520838797092438,
0.01956087350845337,
0.058079805225133896,
0.046730052679777145,
0.08039536327123642,
0.034032661467790604,
-0.02980727143585682,
0.007876253686845303,
-0.031728412955999374,
-0.0819280818104744,
0.02212856523692608,
-0.016... | 0.047106 |
in the composite resource. Another resource can then read from that `Status` field to patch a field. First, define a custom `status` in the composite resource Definition and a custom field, for example `secondResource` ```yaml {label="xrdPatch",copy-lines="13-17"} kind: CompositeResourceDefinition # Removed for brevity... | https://github.com/crossplane/docs/blob/master/content/v1.20/guides/function-patch-and-transform.md | master | crossplane | [
-0.016451137140393257,
-0.003189066192135215,
-0.019693702459335327,
0.04050574079155922,
0.010489950887858868,
-0.01212216354906559,
0.030499206855893135,
-0.02031785435974598,
-0.0545818917453289,
0.06451738625764847,
0.037090372294187546,
-0.06471241265535355,
0.07503718882799149,
-0.03... | 0.102647 |
applying the patch to a different location. Summary of Crossplane patches {{< table "table table-hover" >}} | Patch Type | Data Source | Data Destination | | --- | --- | --- | | [FromCompositeFieldPath](#fromcompositefieldpath) | A field in the composite resource. | A field in the composed resource. | | [ToCompositeFie... | https://github.com/crossplane/docs/blob/master/content/v1.20/guides/function-patch-and-transform.md | master | crossplane | [
0.015648161992430687,
-0.053765758872032166,
0.03879230096936226,
0.00817971769720316,
-0.002097098855301738,
0.024841517210006714,
0.04806312918663025,
-0.055246949195861816,
-0.11159990727901459,
0.07210858911275864,
0.032282453030347824,
-0.07969027012586594,
0.06516756117343903,
-0.072... | -0.024659 |
composed resource to the composite resource that created it. {{< hint "tip" >}} Use `ToCompositeFieldPath` patches to take data from one composed resource in a Composition and use it in a second composed resource in the same Composition. {{< /hint >}} For example, after Crossplane creates a new managed resource, take t... | https://github.com/crossplane/docs/blob/master/content/v1.20/guides/function-patch-and-transform.md | master | crossplane | [
0.005876288749277592,
-0.026002487167716026,
-0.033225223422050476,
0.014459821395576,
0.09723912179470062,
0.015484309755265713,
0.001125276437960565,
-0.054916903376579285,
0.023200353607535362,
0.0632692202925682,
-0.035837478935718536,
-0.10804301500320435,
0.051108524203300476,
-0.039... | -0.003029 |
EnvironmentConfigs are an alpha feature. They aren't enabled by default. For more information about using an EnvironmentConfig, read the [EnvironmentConfigs documentation]({{}}). {{< /hint >}} The `FromEnvironmentFieldPath` patch takes values from the in-memory environment and applies them to the composed resource. {{}... | https://github.com/crossplane/docs/blob/master/content/v1.20/guides/function-patch-and-transform.md | master | crossplane | [
0.038708385080099106,
-0.021595532074570656,
-0.002747979946434498,
-0.007842779159545898,
0.07797751575708389,
0.017949746921658516,
0.00048186106141656637,
-0.014071190729737282,
-0.014648528769612312,
0.06284046173095703,
-0.041335441172122955,
-0.10550212115049362,
0.019914686679840088,
... | 0.016383 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.