Page MenuHomeSoftware Heritage
Paste P1442

(An Untitled Masterwork)
ActivePublic

Authored by ardumont on Sep 1 2022, 10:11 AM.
terraform plan -target=rancher2_app_v2.archive-staging-rancher-monitoring
rancher2_cluster.archive-staging: Refreshing state... [id=c-cx2bq]
rancher2_app_v2.archive-staging-rancher-monitoring: Refreshing state... [id=c-cx2bq.cattle-monitoring-system/rancher-monitoring]
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# rancher2_app_v2.archive-staging-rancher-monitoring will be updated in-place
~ resource "rancher2_app_v2" "archive-staging-rancher-monitoring" {
~ chart_version = "100.1.3+up19.0.3" -> "100.1.0+up19.0.3"
id = "c-cx2bq.cattle-monitoring-system/rancher-monitoring"
name = "rancher-monitoring"
~ values = <<-EOT
- alertmanager:
- alertmanagerSpec:
- configSecret: alertmanager-rancher-monitoring-alertmanager
- useExistingSecret: true
- ingress:
- enabled: true
- global:
- cattle:
- clusterId: c-cx2bq
- clusterName: archive-staging
- rkePathPrefix: ""
- rkeWindowsPathPrefix: ""
- systemDefaultRegistry: ""
- url: https://rancher.euwest.azure.internal.softwareheritage.org
- systemDefaultRegistry: ""
prometheus:
prometheusSpec:
requests:
- cpu: 250m
- memory: 250Mi
- thanosService:
- enabled: true
- thanosServiceExternal:
- enabled: true
- thanosServiceMonitor:
- enabled: true
- rkeControllerManager:
- enabled: true
- rkeEtcd:
- enabled: true
- rkeProxy:
- enabled: true
- rkeScheduler:
- enabled: true
+ cpu: "250m"
+ memory: "250Mi"
EOT
# (12 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
│ Warning: Resource targeting is in effect
│ You are creating a plan with the -target option, which means that the result of this plan may not represent all of the changes requested by the current configuration.
│ The -target option is not for routine use, and is provided only for exceptional situations such as recovering from errors or mistakes, or when Terraform specifically suggests to use it as part of an error message.
│ Warning: Experimental feature "module_variable_optional_attrs" is active
│ on versions.tf line 3, in terraform:
│ 3: experiments = [module_variable_optional_attrs]
│ Experimental features are subject to breaking changes in future minor or patch releases, based on feedback.
│ If you have feedback on the design of this feature, please open a GitHub issue to discuss it.
│ (and 20 more similar warnings elsewhere)
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Note: You didn't use the -out option to save this plan, so Terraform can't guarantee to take exactly these actions if you run "terraform apply" now.