content large_stringlengths 3 20.5k | url large_stringlengths 53 192 ⌀ | branch large_stringclasses 4
values | source large_stringclasses 50
values | embeddings listlengths 384 384 | score float64 -0.21 0.65 |
|---|---|---|---|---|---|
## 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:v2.0.0`) and get `the server could not find the requested resource` error, more often than not, that's an indicat... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/troubleshoot-crossplane.md | master | crossplane | [
-0.029293928295373917,
-0.08907607197761536,
-0.00844119768589735,
-0.051230065524578094,
0.03898099437355995,
-0.0302607212215662,
-0.00954519398510456,
-0.08171889185905457,
0.04692710191011429,
0.04477865248918533,
-0.006499486975371838,
-0.12263758480548859,
-0.040558602660894394,
-0.0... | 0.044901 |
deployment/crossplane ``` After you have been able to rectify the problem or smooth things out, you can unpause Crossplane by scaling its deployment back up: ```shell kubectl -n crossplane-system scale --replicas=1 deployment/crossplane ``` ## Pausing Providers You can also pause Providers when troubleshooting an issue... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/troubleshoot-crossplane.md | master | crossplane | [
-0.0013534525642171502,
-0.02523815631866455,
0.04122437164187431,
-0.027637194842100143,
0.0004557692154776305,
-0.03143959119915962,
-0.024388795718550682,
-0.040979813784360886,
0.012361589819192886,
0.07309388369321823,
0.04363476485013962,
-0.08315938711166382,
-0.040937215089797974,
... | 0.003956 |
--output-watch-events --watch-only ``` \*\*Common root causes and fixes:\*\* - \*\*Feedback loops in patches\*\*: Review Composition patches for logic that creates circular updates where changes trigger more changes - \*\*External controller conflicts\*\*: Other controllers or operators might modify the same resources,... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/troubleshoot-crossplane.md | master | crossplane | [
-0.0032349005341529846,
-0.04796668887138367,
0.02079106867313385,
0.002990520792081952,
0.006508131977170706,
-0.025961583480238914,
-0.05743875727057457,
0.021635079756379128,
-0.0358886793255806,
0.059087589383125305,
-0.015027670189738274,
-0.037929486483335495,
-0.006941880565136671,
... | 0.06784 |
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 composite resource (XR). A [patch](#create-a-patch) copies a value from one resource and... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/function-patch-and-transform.md | master | crossplane | [
-0.10714749246835709,
-0.015066211111843586,
0.03535156697034836,
-0.06915518641471863,
0.04635458067059517,
0.02267366461455822,
-0.01602139323949814,
-0.018426043912768364,
0.00819157063961029,
0.04597318917512894,
0.022926079109311104,
-0.0551021508872509,
0.004266183823347092,
-0.07610... | 0.037589 |
include a list of patches. The `patches` field takes a list of patches to apply to the individual resource. Each patch has a `type`, which defines what kind of patch action Crossplane applies. Patches reference fields inside different resources depending on the patch type, but all patches reference a `fromFieldPath` an... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/function-patch-and-transform.md | master | crossplane | [
-0.029395172372460365,
-0.0337880402803421,
-0.017620937898755074,
-0.019895486533641815,
0.045119546353816986,
0.023444248363375664,
0.04865210875868797,
-0.042349670082330704,
0.03422434628009796,
0.053346969187259674,
-0.008692544884979725,
-0.060101237148046494,
0.0595836415886879,
-0.... | 0.042729 |
`FromCompositeFieldPath` patch to read data from the composite resource `status.secondResource` field in the composite resource and write it to a label named `secondResource` in the managed resource. ```yaml {label="patchBetween",copy-lines="9-11"} apiVersion: pt.fn.crossplane.io/v1beta1 kind: Resources resources: - na... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/function-patch-and-transform.md | master | crossplane | [
-0.022424515336751938,
-0.02916785702109337,
-0.04068555682897568,
-0.0011728402459993958,
0.07321300357580185,
0.010010145604610443,
0.035037875175476074,
-0.054100796580314636,
0.017518095672130585,
0.04333045333623886,
-0.004613248165696859,
-0.06308353692293167,
0.050190269947052,
-0.0... | 0.046873 |
resource. | | [FromEnvironmentFieldPath](#fromenvironmentfieldpath) | Data in the in-memory environment | A field in the composed resource. | | [ToEnvironmentFieldPath](#toenvironmentfieldpath) | A field in the composed resource. | The in-memory environment. | | [CombineFromEnvironment](#combinefromenvironment) | Multi... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/function-patch-and-transform.md | master | crossplane | [
-0.012851715087890625,
-0.0146540692076087,
-0.047283757477998734,
0.02419380098581314,
0.05390235409140587,
0.02802686020731926,
0.03520417585968971,
-0.045684244483709335,
-0.01813465543091297,
0.004073689691722393,
0.008109798654913902,
-0.06728620082139969,
0.07331334799528122,
-0.0477... | 0.035652 |
forProvider: region: us-east-2 patches: - type: ToCompositeFieldPath fromFieldPath: status.atProvider.hostedZoneId toFieldPath: status.hostedZoneId ``` View the created managed resource to see the `Hosted Zone Id` field. ```yaml {label="toCompMR",copy-lines="none"} $ kubectl describe bucket Name: my-example-p5pxf-5vnp8... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/function-patch-and-transform.md | master | crossplane | [
0.03311334177851677,
0.01703597418963909,
0.046226419508457184,
-0.022096598520874977,
0.04714110493659973,
-0.009918006137013435,
-0.028088944032788277,
-0.08784715086221695,
0.015309464186429977,
0.10074197500944138,
-0.010123527608811855,
-0.10599864274263382,
0.011949429288506508,
-0.0... | 0.034716 |
``` Verify managed resource to confirm the applied patch. ```yaml {copy-lines="none"} kubectl describe bucket Name: my-example-8vrvc-xx5sr # Removed for brevity Spec: For Provider: Region: eu-north-1 # Removed for brevity ``` ### ToEnvironmentFieldPath {{}} For more information about using an EnvironmentConfig, read th... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/function-patch-and-transform.md | master | crossplane | [
-0.00816236063838005,
0.016096465289592743,
0.0323234423995018,
-0.042520031332969666,
0.014606891199946404,
-0.023867938667535782,
0.0038721668533980846,
-0.014296069741249084,
0.030171463266015053,
0.04424717277288437,
-0.016245126724243164,
-0.13404051959514618,
0.019295664504170418,
-0... | 0.085776 |
When applying a patch, Crossplane supports modifying the data before applying it as a patch. Crossplane calls this a "transform" operation. Summary of Crossplane transforms. {{< table "table table-hover" >}} | Transform Type | Action | | --- | --- | | [convert](#convert-transforms) | Converts an input data type to a di... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/function-patch-and-transform.md | master | crossplane | [
-0.08545532822608948,
-0.004043096210807562,
0.013642411679029465,
-0.07069680094718933,
-0.05589044466614723,
0.0070199002511799335,
0.05780615657567978,
0.008839985355734825,
-0.04468979313969612,
0.0611584298312664,
0.012314166873693466,
-0.017746374011039734,
-0.0578562431037426,
-0.06... | 0.045226 |
toType: float64 format: quantity ``` #### Converting strings to objects Crossplane converts JSON strings to objects. Add `format: json` to the `convert` object which is the only supported string format for this conversion. ```yaml {label="object",copy-lines="all"} - type: convert convert: toType: object format: json ``... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/function-patch-and-transform.md | master | crossplane | [
-0.011896819807589054,
0.07093500345945358,
-0.03285942226648331,
0.04003441706299782,
-0.005894222296774387,
-0.008614948950707912,
0.03908500075340271,
0.055300455540418625,
0.03642008826136589,
0.00034106828388758004,
0.0010089327115565538,
-0.10641056299209595,
-0.04374977946281433,
0.... | 0.093491 |
spec.field1 toFieldPath: metadata.annotations["myAnnotation"] transforms: - type: match match: patterns: - type: regexp regexp: '^field1.\*' result: "foundField1" ``` #### Using default values Optionally you can provide a default value to use if there is no matching pattern. The default value can either be the original... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/function-patch-and-transform.md | master | crossplane | [
-0.03550899773836136,
0.015433714725077152,
0.022658571600914,
-0.01664464734494686,
0.01702815294265747,
0.0508776493370533,
0.07695002853870392,
-0.007590423803776503,
0.05399501323699951,
0.0006463093450292945,
-0.023809701204299927,
-0.10763296484947205,
-0.08172607421875,
-0.001028552... | 0.081154 |
`ToAdler32` - Create an Adler32 hash of the input string. ```yaml {label="stringConvert"} patches: - type: FromCompositeFieldPath fromFieldPath: spec.field1 toFieldPath: metadata.annotations["FIELD1-TEXT"] transforms: - type: string string: type: Convert convert: "ToUpper" ``` #### String format The `type: format` appl... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/function-patch-and-transform.md | master | crossplane | [
0.04322695732116699,
0.08104097843170166,
-0.04163452982902527,
-0.025871429592370987,
-0.07912538945674896,
0.05546477809548378,
0.056225523352622986,
0.04351142421364784,
0.00876353494822979,
-0.05395137891173363,
-0.0341280996799469,
-0.044760238379240036,
-0.014509911648929119,
0.03009... | 0.047412 |
Transform automatically aggregates connection details from composed resources. Unlike other composition functions, Function Patch and Transform can't access observed connection details to enable manually composing a `Secret` resource. Instead, it provides built-in automatic aggregation. To expose connection details for... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/function-patch-and-transform.md | master | crossplane | [
-0.13677820563316345,
0.015239360742270947,
-0.011824537999927998,
0.05384885519742966,
-0.05094354227185249,
-0.049614984542131424,
0.0070201032795012,
-0.02518133632838726,
0.06649263203144073,
-0.00445001432672143,
0.0011291238479316235,
-0.031167376786470413,
0.03162042051553726,
-0.02... | 0.056853 |
| Secret Type | Description | | --- | --- | | `FromConnectionSecretKey` | Create a secret key matching the key of a secret generated by the resource. | | `FromFieldPath` | Create a secret key matching a field path of the resource. | | `FromValue` | Create a secret key with a predefined value. | {{< /table >}} {{}} The ... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/function-patch-and-transform.md | master | crossplane | [
-0.05662762373685837,
0.04952056333422661,
-0.03582948446273804,
0.05518392100930214,
0.007952101528644562,
0.017966633662581444,
0.06195266544818878,
0.020940234884619713,
0.05127107724547386,
-0.00817936472594738,
-0.013319349847733974,
-0.09497784823179245,
0.02424428053200245,
-0.01459... | 0.043227 |
the resource's `status.atProvider.state` field. ```yaml {label="matchstring",copy-lines="none"} apiVersion: pt.fn.crossplane.io/v1beta1 kind: Resources resources: - name: my-resource base: # Removed for brevity readinessChecks: - type: MatchString fieldPath: status.atProvider.state matchString: "Online" ``` ### Match a... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/function-patch-and-transform.md | master | crossplane | [
-0.05577804148197174,
0.049530576914548874,
0.0055440012365579605,
-0.03944094106554985,
0.007582938298583031,
0.0013001946499571204,
0.05910278111696243,
-0.025623250752687454,
0.06952787935733795,
0.034047968685626984,
-0.02725989744067192,
-0.09152977168560028,
-0.03810939937829971,
0.0... | 0.115047 |
The base Crossplane installation consists of two pods, the `crossplane` pod and the `crossplane-rbac-manager` pod. Both pods install in the `crossplane-system` namespace by default. ## Crossplane pod ### Init container Before starting the core Crossplane container an \_init\_ container runs. The init container installs... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/pods.md | master | crossplane | [
-0.04760652408003807,
-0.06846781075000763,
0.009546902030706406,
-0.039408013224601746,
-0.005848441272974014,
0.015444735996425152,
-0.006355151534080505,
0.008909840136766434,
0.007300637196749449,
0.061231888830661774,
0.03716171160340309,
-0.0928931012749672,
-0.028778111562132835,
-0... | 0.164863 |
use their own `--max-reconcile-rate`. This determines the same settings for Providers and their managed resources. Applying the `--max-reconcile-rate` to Crossplane only controls the rate for core Crossplane resources. {{< /hint >}} ##### Enable real time Compositions With real time compositions enabled Crossplane watc... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/pods.md | master | crossplane | [
-0.004718354903161526,
-0.07932456582784653,
0.057959988713264465,
0.006771941669285297,
-0.018599767237901688,
0.010880531743168831,
-0.024501115083694458,
-0.08844010531902313,
0.0978570207953453,
0.05198650434613228,
-0.03609246388077736,
-0.08217515796422958,
-0.06254762411117554,
-0.0... | 0.100584 |
describe clusterrole crossplane-admin ``` ##### crossplane-edit The `crossplane-edit` ClusterRole has the following permissions: \* full access to all Crossplane types \* full access to all secrets (even those unrelated to Crossplane) \* read-only access to all namespaces and events (even those unrelated to Crossplane)... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/pods.md | master | crossplane | [
0.026551997289061546,
-0.10199102014303207,
-0.03109525889158249,
0.005026523023843765,
0.02312229573726654,
0.03509372100234032,
0.029215143993496895,
-0.06188645213842392,
0.039689745754003525,
0.05583970621228218,
-0.017993129789829254,
-0.10141980648040771,
-0.011689051985740662,
-0.03... | 0.159939 |
[Argo CD](https://argoproj.github.io/cd/) and [Crossplane](https://crossplane.io) are a great combination. Argo CD provides GitOps while Crossplane turns any Kubernetes cluster into a Universal Control Plane for all your resources. Configuration details are required in order for the two to work together properly. This ... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/crossplane-with-argo-cd.md | master | crossplane | [
-0.04161845147609711,
-0.07252629101276398,
-0.04937434569001198,
0.011802383698523045,
-0.0365021750330925,
0.004588139243423939,
0.07696324586868286,
-0.02928732894361019,
0.024798549711704254,
0.09172876179218292,
-0.045705437660217285,
-0.035952623933553696,
-0.07396838814020157,
-0.07... | 0.208203 |
i, condition in ipairs(obj.status.conditions) do if condition.type == "LastAsyncOperation" then if condition.status == "False" then health\_status.status = "Degraded" health\_status.message = condition.message return health\_status end end if condition.type == "Synced" then if condition.status == "False" then health\_s... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/crossplane-with-argo-cd.md | master | crossplane | [
-0.004595971200615168,
0.0894082635641098,
0.05323929339647293,
0.07583300024271011,
-0.0075676413252949715,
-0.03332451730966568,
0.06396027654409409,
-0.01198393851518631,
-0.025231514126062393,
-0.006666794419288635,
0.043586596846580505,
-0.05282358080148697,
0.022571558132767677,
-0.0... | 0.040383 |
This guide shows how to expose connection details for composite resources (XRs). Because composite resources can compose multiple resources, the connection details they expose are often an aggregate of the connection details from their composed resources. The recommended approach is to include a Kubernetes `Secret` res... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/connection-details-composition.md | master | crossplane | [
-0.019130371510982513,
-0.018994249403476715,
0.0018034873064607382,
0.014411233365535736,
-0.016737809404730797,
0.020693302154541016,
0.037578314542770386,
-0.06098867207765579,
0.07363346964120865,
0.023004982620477676,
-0.0029953133780509233,
-0.09419548511505127,
0.07628241926431656,
... | 0.062082 |
connection details. This guide shows how to compose connection details with multiple functions. Pick the language you want to use from the tabs below. {{< tabs >}} {{< tab "YAML" >}} Create this composition function to install YAML support: {{< manifest path="guides/connection-details-composition/fn-patch-and-transform... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/connection-details-composition.md | master | crossplane | [
0.020428620278835297,
0.025461824610829353,
0.02051323466002941,
-0.09829694777727127,
-0.0375465452671051,
0.011636190116405487,
-0.011280091479420662,
0.028782200068235397,
0.04212731868028641,
0.014978022314608097,
0.017655832692980766,
-0.1030883938074112,
-0.06662210077047348,
-0.0584... | 0.078626 |
the connection secret. \* The {{}}patches{{}} in the `writeConnectionSecretToRef` section read the secret name from the XR's `.spec.writeConnectionSecretToRef.name` field. \* The function automatically includes a `Secret` object in the XR's composed resources that represents the XR's aggregated connection details. \* Y... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/connection-details-composition.md | master | crossplane | [
-0.06470881402492523,
0.026586834341287613,
-0.06689976900815964,
0.015482901595532894,
-0.038097042590379715,
0.008362147957086563,
0.10643064975738525,
0.003234783886000514,
0.0315726064145565,
-0.011655990965664387,
0.02756786346435547,
-0.056881941854953766,
0.030872352421283722,
-0.03... | 0.062736 |
when the function runs. \* The Secret reads `AccessKey`'s connection details via {{}}connection.username{{}} and {{}}connection.password{{}}. \* The function establishes the connection `Secret` name from the XR {{}}spec.writeConnectionSecretToRef{{}} if it exists. \* The function automatically includes a `Secret` objec... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/connection-details-composition.md | master | crossplane | [
-0.08404610306024551,
0.014348708093166351,
-0.11749925464391708,
-0.003064643358811736,
-0.06373775750398636,
-0.07861308753490448,
0.08615799248218536,
0.004423581529408693,
0.03506433218717575,
-0.005985407158732414,
0.020412368699908257,
-0.00015009596245363355,
0.10640083253383636,
-0... | 0.010594 |
want to expose for the XR. Consider allowing the consumer of the XR to specify the name they want this secret to have. 5. \*\*Handle transient state\*\*: When your XR is first created, the composed resources and/or their connection details may not exist yet. Your Composition should handle these cases by checking if res... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/connection-details-composition.md | master | crossplane | [
-0.1361924707889557,
0.03418519347906113,
-0.01808544062077999,
0.011263174004852772,
-0.04982321709394455,
-0.019244618713855743,
0.06571044027805328,
-0.030448228120803833,
0.000385667837690562,
0.006242415402084589,
0.043364234268665314,
-0.09813704341650009,
0.10978537052869797,
-0.023... | 0.072499 |
may not be set when a resource name is provided` \*\*Solution:\*\* When Cluster scoped XRs compose namespace-scoped resources like a `Secret`, you must explicitly set a namespace on the resource. Consider allowing the XR consumer to specify the namespace value in your composition. Namespaced XRs don't have this problem... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/connection-details-composition.md | master | crossplane | [
-0.0092994449660182,
-0.030277635902166367,
0.03991935774683952,
-0.0183347649872303,
0.0036541661247611046,
-0.025421861559152603,
0.03614457696676254,
-0.0929708257317543,
0.11009976267814636,
0.034739889204502106,
0.04898585379123688,
-0.116336390376091,
0.0717071145772934,
-0.045106932... | 0.05812 |
{{}} 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/v2.2/guides/uninstall-crossplane.md | master | crossplane | [
0.0037293019704520702,
-0.01771790161728859,
0.08011623471975327,
-0.020217886194586754,
0.06336867809295654,
-0.023327043280005455,
0.009460709057748318,
-0.12948042154312134,
0.08538457006216049,
0.061878837645053864,
0.05577689781785011,
-0.05273343622684479,
-0.0010930573334917426,
-0.... | 0.049337 |
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 Active 2m42s kub... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/uninstall-crossplane.md | master | crossplane | [
0.010062283836305141,
0.01923760026693344,
0.042030248790979385,
-0.024114485830068588,
0.061127226799726486,
0.012140530161559582,
-0.013018221594393253,
-0.066710464656353,
0.09629185497760773,
0.0430430993437767,
0.030307533219456673,
-0.10126562416553497,
0.0002879170351661742,
-0.0315... | 0.05043 |
Crossplane v2 introduces significant improvements while maintaining backward compatibility with most v1 configurations. This guide helps you upgrade from Crossplane v1.x to v2. Learn about [new features in Crossplane v2]({{}}) including namespaced resources, the ability to compose any Kubernetes resource, and new opera... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/upgrade-to-crossplane-v2.md | master | crossplane | [
0.002833625767379999,
-0.055647797882556915,
0.0957784652709961,
-0.06845271587371826,
0.03797729313373566,
0.004228368401527405,
-0.0676959976553917,
-0.03881492465734482,
0.020525764673948288,
0.018424667418003082,
0.054888613522052765,
-0.032296884804964066,
-0.07910290360450745,
-0.091... | 0.039064 |
core](#2-upgrade-crossplane-core) 3. [Configure managed resource activation policies](#3-configure-managed-resource-activation-policies) 4. [Upgrade providers](#4-upgrade-providers) 5. [Start using v2 features](#5-start-using-v2-features) ### 1. Prepare for upgrade Review your cluster for [removed features](#removed-fe... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/upgrade-to-crossplane-v2.md | master | crossplane | [
0.06434689462184906,
-0.05127973482012749,
0.04093749448657036,
-0.037678174674510956,
0.050705160945653915,
-0.003530319081619382,
-0.06808695942163467,
-0.026226608082652092,
-0.040268708020448685,
0.05971590057015419,
0.028568508103489876,
-0.1440335363149643,
-0.036582645028829575,
-0.... | 0.109435 |
XBucket mode: Pipeline pipeline: - step: create-bucket functionRef: name: crossplane-contrib-function-go-templating input: apiVersion: gotemplating.fn.crossplane.io/v1beta1 kind: GoTemplate source: Inline inline: template: | apiVersion: s3.aws.upbound.io/v1beta2 kind: Bucket metadata: name: {{ .observed.composite.resou... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/upgrade-to-crossplane-v2.md | master | crossplane | [
-0.0052284845151007175,
0.0022791463416069746,
0.00325363059528172,
-0.045015834271907806,
0.07097528874874115,
-0.013247583992779255,
-0.04477955028414726,
0.0003124634677078575,
0.046762727200984955,
0.055368032306432724,
0.0026522185653448105,
-0.09380513429641724,
-0.017357327044010162,
... | -0.049675 |
Building Crossplane from the source code gives you complete control over the build and installation process. You build the Crossplane container image and Helm chart directly from the source code, push the image to your own registry, and install to your Kubernetes cluster. {{< hint "important" >}} Installing Crossplane ... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/install-from-source.md | master | crossplane | [
0.045986153185367584,
-0.01851152628660202,
0.02881905809044838,
-0.06341653317213058,
0.06199449300765991,
0.004125615116208792,
-0.021930625662207603,
0.040829747915267944,
0.021842973306775093,
0.0514247752726078,
-0.03828958421945572,
-0.13413311541080475,
-0.03136672452092171,
-0.0843... | 0.070046 |
run .#push-images -- ${REGISTRY}/crossplane ``` {{< hint "note" >}} If your host Docker uses a credential helper (for example Docker Desktop on macOS), the helper isn't available on the sandboxed `PATH` used by `nix run .#push-images`. Bypass the helper for the login and push by writing auth directly to a temporary Doc... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/install-from-source.md | master | crossplane | [
0.05515336990356445,
0.005564509890973568,
0.04194454848766327,
-0.06801582872867584,
0.06737302243709564,
-0.03302542120218277,
-0.04286788031458855,
0.08151199668645859,
-0.0018986233044415712,
0.03456025570631027,
-0.000516875647008419,
-0.12422379851341248,
0.01631961762905121,
0.02658... | 0.048235 |
If you have resources that are already provisioned in a Provider, you can import them as managed resources and let Crossplane manage them. A managed resource's [`managementPolicies`]({{}}) field enables importing external resources into Crossplane. ## Import resources in observe only mode Start by importing external re... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/import-existing-resources.md | master | crossplane | [
-0.059467483311891556,
-0.1331857591867447,
-0.013620245270431042,
0.06673464179039001,
0.06303658336400986,
-0.049256905913352966,
0.10708436369895935,
-0.10057421773672104,
-0.06061464548110962,
0.08596857637166977,
0.006789201870560646,
-0.02851427160203457,
0.04003448411822319,
0.07058... | 0.037544 |
fully manages the imported resource. Crossplane applies any changes to the managed resource in the Provider's external resource. | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/import-existing-resources.md | master | crossplane | [
-0.05091701075434685,
-0.09275811165571213,
-0.026973573490977287,
-0.011920695193111897,
0.09503716230392456,
0.004979823715984821,
0.012041621841490269,
-0.02458399347960949,
-0.025257540866732597,
0.05762365087866783,
0.02472444623708725,
-0.029900958761572838,
-0.01686215028166771,
0.0... | 0.110261 |
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/v2.2/guides/write-a-composition-function-in-python.md | master | crossplane | [
-0.04907120019197464,
-0.005415328312665224,
0.03176134079694748,
-0.028926385566592216,
0.01870090328156948,
-0.014530591666698456,
0.016284415498375893,
0.008995252661406994,
0.013072468340396881,
-0.006407571025192738,
0.019779091700911522,
-0.02578352391719818,
0.035397522151470184,
-0... | 0.073283 |
documentation explains composition function inputs. {{}} If you're writing a function that uses an input, edit the input YAML file to meet your function's requirements. Change the input's kind and API group. Don't use `Input` and `template.fn.crossplane.io`. Instead use something meaningful to your function. {{}} ## Ed... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/write-a-composition-function-in-python.md | master | crossplane | [
-0.003439428983256221,
-0.04984137788414955,
-0.03988507762551308,
-0.002330282935872674,
-0.03640669584274292,
-0.020350132137537003,
-0.02438647672533989,
0.0607130341231823,
0.02427057735621929,
-0.031425487250089645,
-0.008096113801002502,
-0.005790064577013254,
-0.04437348246574402,
0... | 0.073106 |
log.info("Added desired buckets", region=region, count=len(names)) return rsp ``` {{}} This code: 1. Gets the observed composite resource from the `RunFunctionRequest`. 1. Gets the region and bucket names from the observed composite resource. 1. Adds one desired S3 bucket for each bucket name. 1. Returns the desired S3... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/write-a-composition-function-in-python.md | master | crossplane | [
-0.010942846536636353,
-0.04542262479662895,
-0.033738039433956146,
-0.024182599037885666,
0.025838928297162056,
-0.0515269860625267,
-0.016413379460573196,
0.0003353827924001962,
0.044039107859134674,
0.0038819757755845785,
-0.07113643735647202,
-0.0871153399348259,
0.06419005990028381,
-... | 0.029123 |
a Crossplane control plane to do this. Create a directory under `function-xbuckets` named `example` and create Composite Resource, Composition and Function YAML files. Expand the following block to see example files. {{}} You can recreate the output below using by running `crossplane render` with these files. The `xr.y... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/write-a-composition-function-in-python.md | master | crossplane | [
-0.0179621409624815,
-0.0321662612259388,
0.0036520652938634157,
-0.028848275542259216,
0.03276268020272255,
-0.022377660498023033,
-0.05819522961974144,
0.006553090177476406,
0.04797488451004028,
0.04255332052707672,
-0.016371194273233414,
-0.08018707484006882,
0.019322535023093224,
-0.01... | -0.052867 |
platform. ```shell {copy-lines="1"} docker build . --quiet --platform=linux/amd64 --tag runtime-amd64 sha256:fdf40374cc6f0b46191499fbc1dbbb05ddb76aca854f69f2912e580cfe624b4b ``` ```shell {copy-lines="1"} docker build . --quiet --platform=linux/arm64 --tag runtime-arm64 sha256:cb015ceabf46d2a55ccaeebb11db5659a2fb5e93de3... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/write-a-composition-function-in-python.md | master | crossplane | [
0.03926962986588478,
0.061869822442531586,
-0.02860526740550995,
-0.0615125447511673,
0.0594637356698513,
-0.08556196838617325,
-0.03567466139793396,
0.041638828814029694,
0.01367360819131136,
-0.022668952122330666,
-0.01295462902635336,
-0.10787013918161392,
0.020924409851431847,
-0.00702... | -0.019754 |
Crossplane produces [Prometheus style metrics](https://prometheus.io/docs/introduction/overview/#what-are-metrics) for effective monitoring and alerting in your environment. These metrics are essential for helping to identify and resolve potential issues. This page offers explanations of all these metrics gathered from... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/metrics.md | master | crossplane | [
0.023498959839344025,
-0.026108689606189728,
0.010386651381850243,
-0.022472238168120384,
0.04778103530406952,
-0.054110463708639145,
-0.004711564630270004,
-0.016305340453982353,
0.016008585691452026,
0.015019765123724937,
-0.0015424120938405395,
-0.09963332861661911,
-0.0408826507627964,
... | 0.122318 |
circuit breaker lifecycle #### circuit\_breaker\_events\_total Tracks all watch events processed by the circuit breaker, labeled by `result`: - `Allowed`: Normal operation when circuit is closed - events proceed to reconciliation - `Dropped`: Events blocked when circuit is fully open - indicates active throttling - `Ha... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/metrics.md | master | crossplane | [
-0.026242852210998535,
0.04196397587656975,
0.041223056614398956,
0.0622895210981369,
0.05438249558210373,
-0.028381794691085815,
0.04159217327833176,
0.06447189301252365,
0.020245764404535294,
0.045846614986658096,
0.036304835230112076,
-0.09915611147880554,
0.06005530431866646,
0.0362601... | 0.084274 |
endpoints and resources | | {{}}upjet\_resource\_deletion\_seconds{{}} | Measures in seconds how long it takes to delete a resource | | {{}}upjet\_resource\_reconcile\_delay\_seconds{{}} | Measures in seconds how long the reconciles for a resource delay from the configured poll periods | | {{}}upjet\_resource\_ttr{{}} ... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/metrics.md | master | crossplane | [
-0.05714258924126625,
0.009292836301028728,
0.015166865661740303,
-0.011064657010138035,
0.024676959961652756,
-0.056757330894470215,
0.004517265595495701,
-0.09488026052713394,
0.08446190506219864,
0.028790241107344627,
-0.004795522894710302,
-0.06352326273918152,
-0.01803584024310112,
0.... | 0.097628 |
This guide shows provider developers how to implement safe-start capability in their Crossplane providers. safe-start enables [disabling unused managed resources]({{}}) through ManagedResourceDefinitions, improving performance and reducing resource overhead. {{}} safe-start requires Crossplane v2.0+ and crossplane-runt... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/implementing-safe-start.md | master | crossplane | [
-0.06246544420719147,
-0.05576741322875023,
-0.03924621269106865,
-0.007885166443884373,
0.06409160792827606,
0.0189759973436594,
-0.002307197544723749,
0.04971514642238617,
-0.02615075744688511,
0.04793449863791466,
0.01588279940187931,
-0.0031295204535126686,
0.06423694640398026,
0.01089... | 0.038087 |
activation policy kubectl apply -f - < \*\*Solution\*\*: check that Crossplane activated MRDs and created CRDs: ```shell kubectl get mrds -o wide kubectl describe mrap ``` ### CRDs don't appear \*\*Cause\*\*: MRDs might not activate or activation policy doesn't match. \*\*Solution\*\*: verify activation policy patterns... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/implementing-safe-start.md | master | crossplane | [
-0.014946026727557182,
-0.061039358377456665,
0.06983128935098648,
-0.06762709468603134,
0.017914816737174988,
-0.004814743995666504,
0.012146863155066967,
-0.034466058015823364,
0.01291444431990385,
0.06352590769529343,
0.07319512963294983,
-0.10042604058980942,
0.012760213576257229,
-0.0... | 0.02777 |
When running Crossplane on managed Kubernetes clusters (EKS, AKS, GKE), you can use Kubernetes Workload Identity to grant Crossplane access to pull packages from private cloud container registries. This allows Crossplane to install providers, functions, and configurations from registries like AWS ECR, Azure ACR, and Go... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/crossplane-with-workload-identity.md | master | crossplane | [
-0.020200690254569054,
-0.03662246838212013,
0.06359806656837463,
-0.037301335483789444,
0.013491213321685791,
0.024725938215851784,
0.00900284480303526,
-0.039836034178733826,
0.02183305099606514,
0.08009665459394455,
0.01981051079928875,
-0.13096299767494202,
0.0020064900163561106,
-0.05... | 0.061563 |
ECR Once configured, you can install Crossplane packages (Providers, Functions, Configurations) from your ECR registry. Here's an example using a Provider: ```shell kubectl apply -f - < ##### Failed to get authorization token \*\*Error:\*\* ``` failed to get authorization token: AccessDeniedException ``` \*\*Solution:\... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/crossplane-with-workload-identity.md | master | crossplane | [
-0.07124000042676926,
-0.01357653085142374,
0.026367871090769768,
-0.032884903252124786,
0.013454453088343143,
0.0008097605314105749,
0.004735961556434631,
-0.03654671460390091,
0.06006436049938202,
0.03326473757624626,
0.02941281534731388,
-0.1656636744737625,
0.03040122427046299,
-0.0342... | 0.090174 |
``` #### Install Crossplane with workload identity configuration Get the tenant ID: ```shell export AZURE\_TENANT\_ID=$(az account show --query tenantId --output tsv) ``` Install Crossplane with the workload identity annotations and label: ```shell helm upgrade --install crossplane \ crossplane-stable/crossplane \ --na... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/crossplane-with-workload-identity.md | master | crossplane | [
0.029405154287815094,
0.02127641998231411,
0.00832768902182579,
-0.0025528445839881897,
0.01777500845491886,
0.03982030600309372,
0.10155893117189407,
-0.05615587905049324,
0.09313631057739258,
0.08106040209531784,
0.04167909547686577,
-0.12811973690986633,
0.011205032467842102,
0.02593457... | 0.022031 |
\ --workload-pool=${PROJECT\_ID}.svc.id.goog ``` #### Create a Google service account Create a Google Cloud service account for Crossplane: ```shell export GSA\_NAME=crossplane-gar-sa gcloud iam service-accounts create $GSA\_NAME \ --display-name="Crossplane Artifact Registry Service Account" \ --project=$PROJECT\_ID `... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/crossplane-with-workload-identity.md | master | crossplane | [
-0.07923892140388489,
-0.013646245934069157,
0.03767036274075508,
-0.05561885982751846,
-0.03113126941025257,
-0.030537493526935577,
0.0837240070104599,
-0.05147504433989525,
0.038792580366134644,
0.0930493175983429,
-0.01714368537068367,
-0.12385156750679016,
0.01286074798554182,
-0.03389... | -0.055359 |
## Distributing Crossplane extensions Crossplane provides a packaging specification for extending a Crossplane instance with APIs and business logic for composing resources. Building a Crossplane extension involves creating OCI images in the [xpkg] format. Authors and maintainers of Crossplane extensions must push thei... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/extensions-release-process.md | master | crossplane | [
-0.08733071386814117,
-0.057297658175230026,
-0.004491517320275307,
-0.05675738304853439,
0.050290849059820175,
-0.092367023229599,
-0.030450675636529922,
0.09526391327381134,
-0.04402036592364311,
-0.040735598653554916,
0.058317676186561584,
-0.11521854251623154,
-0.04153952747583389,
-0.... | 0.107801 |
the workflow in the GitHub UI, targeting the release branch from step 1. The workflow generates a default version string if user input isn't provided. See [branching conventions](#branching-conventions) for more details on tagging practices and optionally overriding the inferred git tag version. ## Common configuration... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/extensions-release-process.md | master | crossplane | [
-0.01826421543955803,
-0.04493602737784386,
-0.010631533339619637,
-0.06189596280455589,
-0.0006793340435251594,
-0.030320070683956146,
0.0038747419603168964,
0.039659738540649414,
0.06567102670669556,
-0.003868733299896121,
-0.009447137825191021,
0.022096646949648857,
0.0032690006773918867,... | 0.011703 |
top-level `Makefile`. 2. Referencing GitHub Actions Secrets for authorized credentials to the registry. ### Configure target registry The provider template repository includes a top-level [`Makefile`](https://github.com/crossplane/upjet-provider-template/blob/main/Makefile). Edit the following variables to define the t... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/extensions-release-process.md | master | crossplane | [
-0.09867563098669052,
-0.022058328613638878,
-0.07726623862981796,
-0.056789580732584,
0.02570420503616333,
-0.04857012256979942,
0.0178911704570055,
0.00004971208909410052,
-0.03245251625776291,
-0.03805932775139809,
-0.002261311048641801,
-0.06664425879716873,
-0.02096938155591488,
-0.06... | 0.024346 |
{{}} This guide uses [managed resource definitions]({{}}) and [managed resource activation policies]({{}}), which Crossplane v2.0+ enables by default. To disable this behavior, set `--enable-custom-to-managed-resource-conversion=false` when installing Crossplane. {{}} Large Crossplane providers can install 100+ managed... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/disabling-unused-managed-resources.md | master | crossplane | [
0.005248585715889931,
-0.06798875331878662,
0.02072078548371792,
0.0037430322263389826,
0.08811219781637192,
0.04040975868701935,
0.01523479912430048,
-0.045735057443380356,
-0.006202601827681065,
0.007235036697238684,
0.039816826581954956,
-0.10751620680093765,
0.01789115183055401,
-0.014... | 0.012492 |
MRDs still exist but consume minimal resources kubectl get mrds \ -o jsonpath='{.items[?(@.spec.state=="Inactive")]..metadata.name}' | wc -w # 197 inactive MRDs (~20 MiB total overhead vs 600 MiB for active CRDs) # Check total MRDs (active + inactive) kubectl get mrds | wc -l # 200 total MRDs (3 active, 197 inactive) `... | https://github.com/crossplane/docs/blob/master/content/v2.2/guides/disabling-unused-managed-resources.md | master | crossplane | [
-0.04732721671462059,
-0.044672299176454544,
0.006249949336051941,
0.04311204329133034,
-0.0073760864324867725,
-0.03352019935846329,
-0.06074593588709831,
-0.011702263727784157,
0.02712923288345337,
0.023376060649752617,
0.029367806389927864,
0.0000023764480374666164,
0.02221699059009552,
... | 0.064808 |
Providers enable Crossplane to provision infrastructure on an external service. Providers create new Kubernetes APIs and map them to external APIs. Providers are responsible for all aspects of connecting to non-Kubernetes resources. This includes authentication, making external API calls and providing [Kubernetes Contr... | https://github.com/crossplane/docs/blob/master/content/v2.2/packages/providers.md | master | crossplane | [
-0.07265283912420273,
-0.04149974137544632,
0.012534606270492077,
-0.013402250595390797,
-0.016640592366456985,
0.041328947991132736,
0.06423566490411758,
-0.04152706637978554,
0.05358371138572693,
0.08663826435804367,
-0.013959073461592197,
-0.05302679166197777,
0.018380584195256233,
0.02... | 0.11405 |
`Active`. Control the Provider upgrade behavior with a {{}}revisionActivationPolicy{{}}. The {{}}revisionActivationPolicy{{}} options are: \* `Automatic` - (\*\*default\*\*) Automatically activate the last installed Provider. \* `Manual` - Don't automatically activate a Provider. For example, to change the upgrade beha... | https://github.com/crossplane/docs/blob/master/content/v2.2/packages/providers.md | master | crossplane | [
-0.07927083224058151,
-0.013483718037605286,
0.010330880992114544,
-0.029143700376152992,
0.04393963888287544,
-0.00889253057539463,
0.025816824287176132,
-0.07213593274354935,
0.0444573275744915,
0.07555712014436722,
0.08322274684906006,
-0.008306210860610008,
-0.03194078430533409,
-0.060... | -0.017182 |
data if downgraded CRD versions omit fields that you set before. 3) Changes in the CRD storage version, which may prevent package version update. {{}} #### Ignore Crossplane version requirements A Provider package may require a specific or minimum Crossplane version before installing. By default, Crossplane doesn't ins... | https://github.com/crossplane/docs/blob/master/content/v2.2/packages/providers.md | master | crossplane | [
-0.05632438883185387,
-0.015095226466655731,
0.045151904225349426,
-0.07613734900951385,
0.08169734477996826,
-0.004484105855226517,
-0.03812143951654434,
-0.04735661298036575,
0.0037213482428342104,
0.024881772696971893,
0.051736850291490555,
-0.051822129637002945,
-0.028134586289525032,
... | -0.085134 |
for use the `HEALTHY` status reports `True`. ```shell {copy-lines="1"} kubectl get providers NAME INSTALLED HEALTHY PACKAGE AGE crossplane-contrib-provider-aws-s3 True True xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v2.0.0 88s ``` {{}} Some Providers install hundreds of Kubernetes Custom Resource Definitions... | https://github.com/crossplane/docs/blob/master/content/v2.2/packages/providers.md | master | crossplane | [
-0.04442758113145828,
0.004688403569161892,
0.0012221884680911899,
-0.03333734720945358,
0.006037942599505186,
-0.027177302166819572,
-0.04353358969092369,
0.015287920832633972,
0.03195035457611084,
0.05551838129758835,
0.03188107907772064,
-0.10666998475790024,
0.021926000714302063,
-0.07... | 0.053895 |
name: provider-gcp-iam spec: package: xpkg.crossplane.io/crossplane-contrib/provider-gcp-iam:v2.0.0 runtimeConfigRef: name: enable-ess --- apiVersion: pkg.crossplane.io/v1beta1 kind: DeploymentRuntimeConfig metadata: name: enable-ess spec: deploymentTemplate: spec: selector: {} template: spec: containers: - name: packa... | https://github.com/crossplane/docs/blob/master/content/v2.2/packages/providers.md | master | crossplane | [
-0.06866081058979034,
-0.014711856842041016,
0.04229811951518059,
-0.02301003411412239,
0.03582846373319626,
-0.01929098553955555,
0.037825994193553925,
0.0008335454622283578,
-0.034762244671583176,
0.025626318529248238,
0.04929647967219353,
-0.07351794838905334,
-0.012522735632956028,
-0.... | 0.120531 |
common mistake is configuring the same service account for multiple packages in this way which ends up causing frequent reconciliation loops and loads on the API server. If you just want to use an existing service account, you should instead only set the `deploymentTemplate.spec.template.spec.serviceAccountName` field.... | https://github.com/crossplane/docs/blob/master/content/v2.2/packages/providers.md | master | crossplane | [
-0.06656184047460556,
-0.02940695732831955,
0.04779787361621857,
-0.057964686304330826,
-0.035092130303382874,
-0.007750011049211025,
0.08303233236074448,
-0.003974044229835272,
0.04983634501695633,
0.07053086161613464,
0.02154010534286499,
-0.11102637648582458,
-0.002542321104556322,
-0.0... | -0.025022 |
`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.2/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.2/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 |
paths You can use an `ImageConfig` to pull package images from an alternative location such as a private registry. `spec.rewriteImages` specifies how to rewrite the paths of matched images. Only prefix replacement is supported. The prefix specified in `spec.rewriteImage.prefix` replaces the matched prefix from `matchIm... | https://github.com/crossplane/docs/blob/master/content/v2.2/packages/image-configs.md | master | crossplane | [
-0.03330813720822334,
-0.022617338225245476,
0.04471249505877495,
-0.07870985567569733,
0.024969322606921196,
-0.07802265137434006,
-0.031143726781010628,
0.036554593592882156,
-0.021448880434036255,
-0.01478139404207468,
0.06900430470705032,
-0.04350753873586655,
-0.027672264724969864,
-0... | -0.030076 |
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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/get-started/get-started-with-composition.md | master | crossplane | [
-0.06551465392112732,
-0.02222406677901745,
-0.002655732911080122,
-0.05152911692857742,
-0.04486022889614105,
0.01452611107379198,
0.02595401555299759,
0.00597722502425313,
0.04884025827050209,
0.015231071971356869,
-0.01082927081733942,
-0.09181895107030869,
0.01206142921000719,
0.044443... | 0.123235 |
into a `Deployment` and a `Service`. {{< tabs >}} {{< tab "Templated YAML" >}} Templated YAML is a good choice if you're used to writing [Helm charts](https://helm.sh). Create this composition function to install templated YAML support: {{< manifest path="get-started/composition/fn-go-templating.yaml" >}} Check that Cr... | https://github.com/crossplane/docs/blob/master/content/v2.2/get-started/get-started-with-composition.md | master | crossplane | [
0.04367952048778534,
0.0331767313182354,
0.03672139346599579,
-0.09045114368200302,
-0.002186729107052088,
0.015024648979306221,
-0.030723318457603455,
0.03616736829280853,
0.05024610832333565,
0.03105606883764267,
0.01794249378144741,
-0.07270883023738861,
-0.05071317404508591,
-0.0174376... | 0.065667 |
tab "Python" >}} Create this composition to use Python to configure Crossplane: {{< manifest path="get-started/composition/composition-python.yaml" >}} {{}} You can write your own function in Python. It's a good idea to write your own function for larger configurations. When you write your own function you can write mu... | https://github.com/crossplane/docs/blob/master/content/v2.2/get-started/get-started-with-composition.md | master | crossplane | [
0.00969412550330162,
-0.07822632044553757,
-0.01726127229630947,
-0.015998635441064835,
-0.038989704102277756,
-0.0062043024227023125,
0.03115728870034218,
0.029694359749555588,
0.015083243139088154,
0.035828255116939545,
-0.03470216691493988,
-0.059056006371974945,
0.007480856496840715,
-... | 0.000299 |
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.2/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.2/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 |
The Flux GitHub Action can be used to automate various tasks in CI such as: - [Automate Flux upgrades on clusters via Pull Requests](#automate-flux-updates) - [Push Kubernetes manifests to container registries](#push-kubernetes-manifests-to-container-registries) - [Run end-to-end testing with Flux and Kubernetes Kind](... | https://github.com/fluxcd/website/blob/main/content/en/flux/flux-gh-action.md | main | fluxcd | [
-0.05379277095198631,
-0.08345197886228561,
-0.004390491172671318,
0.010094588622450829,
0.04577502980828285,
-0.042068179696798325,
-0.04567444697022438,
0.03380291908979416,
0.018365828320384026,
0.03615075722336769,
-0.00679020956158638,
-0.09300199151039124,
0.037524741142988205,
0.031... | 0.236468 |
.digest') cosign sign --yes $digest\_url ``` ### End-to-end testing Example workflow for running Flux in Kubernetes Kind: ```yaml name: e2e on: push: branches: - '\*' jobs: kubernetes: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 - name: Setup Flux CLI uses: fluxcd/flux2/action@main - name: ... | https://github.com/fluxcd/website/blob/main/content/en/flux/flux-gh-action.md | main | fluxcd | [
0.00957157090306282,
0.009896949864923954,
0.022039955481886864,
-0.07126142084598541,
0.0010160102974623442,
-0.05191006138920784,
-0.003942412324249744,
0.036313168704509735,
0.04072056710720062,
-0.019339624792337418,
0.020903106778860092,
-0.1009657084941864,
0.008356093429028988,
0.02... | 0.169359 |
These are some core concepts in Flux. ## GitOps \*GitOps\* is a way of managing your infrastructure and applications so that whole system is described declaratively and version controlled, and having an automated process that ensures that the deployed environment matches the state specified in one or more Git repositor... | https://github.com/fluxcd/website/blob/main/content/en/flux/concepts.md | main | fluxcd | [
-0.06829611957073212,
-0.04037604480981827,
0.014836638234555721,
0.0374143049120903,
0.03936248645186424,
-0.10523074120283127,
0.028644803911447525,
0.06570488214492798,
0.04746976122260094,
0.04584534838795662,
-0.0627274289727211,
-0.003630934515967965,
0.06088656187057495,
-0.03183373... | 0.285465 |
matches the resources defined in a Git or OCI repository or S3 bucket. ## Kustomization The `Kustomization` custom resource represents a local set of Kubernetes resources (e.g. kustomize overlay) that Flux is supposed to reconcile in the cluster. The reconciliation runs every five minutes by default, but this can be ch... | https://github.com/fluxcd/website/blob/main/content/en/flux/concepts.md | main | fluxcd | [
-0.05402425676584244,
-0.012589164078235626,
0.07377302646636963,
0.010293335653841496,
0.023638049140572548,
-0.03708132356405258,
-0.03117913007736206,
-0.03670255094766617,
0.07327571511268616,
0.0032370523549616337,
-0.03531111404299736,
-0.028946714475750923,
0.013621156103909016,
-0.... | 0.173602 |
## General questions ### Does Flux have a UI / GUI? The Flux project does not provide a UI of its own, but there are a variety of UIs for Flux in the [Flux Ecosystem](/ecosystem/#flux-uis--guis). {{< blocks/flux\_ui\_galleries >}} ### Where can I find information about Flux release cadence and supported versions? Flux ... | https://github.com/fluxcd/website/blob/main/content/en/flux/faq.md | main | fluxcd | [
-0.05425582826137543,
-0.045701444149017334,
0.06328720599412918,
-0.03259153664112091,
0.056291814893484116,
0.013539628125727177,
-0.02829694375395775,
0.02063729055225849,
-0.03929625824093819,
-0.008705607615411282,
-0.015327060595154762,
-0.03818086162209511,
0.012552792206406593,
0.0... | 0.223462 |
`Kustomization` definition to reconcile the `./deploy/prod` dir: ```yaml apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: my-app namespace: default spec: interval: 15m path: "./deploy/prod" prune: true sourceRef: kind: GitRepository name: my-app ``` With the above configuration, source-con... | https://github.com/fluxcd/website/blob/main/content/en/flux/faq.md | main | fluxcd | [
-0.05583544075489044,
-0.012134467251598835,
0.004622547421604395,
-0.04065939784049988,
0.05457740277051926,
-0.01711321994662285,
0.07124028354883194,
0.0018534681294113398,
0.03841213509440422,
0.04357261583209038,
0.07098942250013351,
-0.04200635477900505,
0.029913773760199547,
-0.0164... | 0.140554 |
resource, do: ```yaml kubectl --field-manager=flux-client-side-apply label ... ``` Note that fields specified in Git will always be overridden, the above procedure works only for adding new fields that don't overlap with the desired state. Rollout restarts add a "restartedAt" annotation, which flux will remove, re-depl... | https://github.com/fluxcd/website/blob/main/content/en/flux/faq.md | main | fluxcd | [
-0.004517373163253069,
0.02436904050409794,
0.016971679404377937,
-0.020666703581809998,
0.011677021160721779,
0.017781149595975876,
0.0075042457319796085,
0.003691469319164753,
0.0707494243979454,
0.0215835552662611,
0.017301537096500397,
-0.005627330858260393,
0.004131401889026165,
0.019... | 0.153003 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.