hcloud-okd4 icon indicating copy to clipboard operation
hcloud-okd4 copied to clipboard

Deploy OKD4 (OpenShift) on Hetzner Cloud

Results 14 hcloud-okd4 issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [random](https://registry.terraform.io/providers/hashicorp/random) ([source](https://togithub.com/hashicorp/terraform-provider-random)) | required_provider | minor | `3.3.2` -> `3.4.1` | --- ###...

renovate

root@dev-server:~/hcloud-okd4# make fetch wget -O openshift-install-linux-none.tar.gz https://github.com/openshift/okd/releases/download/none/openshift-install-linux-none.tar.gz --2022-08-31 10:02:15-- https://github.com/openshift/okd/releases/download/none/openshift-install-linux-none.tar.gz Resolving github.com (github.com)... 140.82.121.4 Connecting to github.com (github.com)|140.82.121.4|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://github.com/okd-project/okd/releases/download/none/openshift-install-linux-none.tar.gz [following]...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudflare](https://registry.terraform.io/providers/cloudflare/cloudflare) ([source](https://togithub.com/cloudflare/terraform-provider-cloudflare)) | required_provider | major | `2.27.0` -> `3.26.0` | --- ###...

renovate

The `make infrastructure BOOTSTRAP=true` command fails saying: ``` ╷ │ Error: failed to create DNS record: error from makeRequest: HTTP status 400: content "{\"success\":false,\"errors\":[{\"code\":7003,\"message\":\"Could not route to \\/zones\\/CLOUDFLARE_API_TOKEN\/dns_records, perhaps your...

Hello there, Great guide only missing important info about the API token creation, just spent a good 24 hours trying to get this to work - hope this helps others...

When a new OKD/OCP version is released, the defined version in the Makefile should be updated automatically. ``` OKD_RELEASE=4.5.0-0.okd-2020-07-29-070316 FCOS_RELEASE=32.20200715.3.0 OCP_RELEASE=4.5.4 RHCOS_RELEASE=4.5.2 ``` Example code for obtain the latest release...

The default resolvers from hcloud have a very strange caching mechanism and ignore the TTL from Cloudflare. A newly created record (e. g. api-int.cluster-id.basedomain.tld) is resolvable after about 60 minutes....

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [hcloud](https://registry.terraform.io/providers/hetznercloud/hcloud) ([source](https://togithub.com/hetznercloud/terraform-provider-hcloud)) | required_provider | minor | `1.45.0` -> `1.46.1` | --- ###...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudflare](https://registry.terraform.io/providers/cloudflare/cloudflare) ([source](https://togithub.com/cloudflare/terraform-provider-cloudflare)) | required_provider | major | `2.27.0` -> `4.36.0` | --- ###...

Ubuntu 18.04 images are not available anymore on hcloud, bump the version to 22.04 which is the newest currently available and works fine.