# Rancher bootstrapping issue

**URL:** https://forums.suse.com/t/rancher-bootstrapping-issue/38927
**Category:** SUSE Rancher Prime
**Created:** [September 9, 2022, 9:21am UTC](https://forums.suse.com/t/rancher-bootstrapping-issue/38927 "2022-09-09T09:21:56Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Fufelok](https://sea2.discourse-cdn.com/flex022/user_avatar/forums.suse.com/fufelok/32/8458_2.png) [@Fufelok](https://forums.suse.com/u/Fufelok)
#### Post date: [September 9, 2022, 9:21am UTC](https://forums.suse.com/t/rancher-bootstrapping-issue/38927/1 "2022-09-09T09:21:56Z")

</div>

```auto
Rancher version: 2.6.8
Installation method: Helm
Helm repo: https://releases.rancher.com/server-charts/stable

```

After installing rancher, I tried to bootstrap it, using rancher terraform provider and next tf configuration:

```auto
resource "rancher2_bootstrap" "admin" {
  provider = rancher2.bootstrap
  initial_password = "Password1"
  password = local.rancher_bootstrap_password
  telemetry = false
}

```

For some reason after few minutes, creating of this process fails with the following error log:

```auto

│ **Error:** **[ERROR] Updating token: Bad response statusCode [403]. Status [403 Forbidden]. Body: [baseType=error, code=Forbidden, message=settings.management.cattle.io "k8s-version" is forbidden: User "user-bfkj6" cannot get resource "settings" in API group "management.cattle.io" at the cluster scope] from [https://rancher-internal.foo.bar.com/v3/settings/k8s-version]**

│

│ with rancher2_bootstrap.admin,

│ on main.tf line 48, in resource "rancher2_bootstrap" "admin":

│ 48: resource "rancher2_bootstrap" "admin" {

```

That user has GlobalBindingRole to admin role, so it should has access to Setting CRD.

Also there are a lot of such error messages in rancher pod:

`2022/09/09 09:07:41 [ERROR] Failed to connect to peer wss://10.0.3.184/v3/connect [local ID=10.0.1.59]: websocket: bad handshake`

I’ve also tried to bootstrap rancher via UI, but after entering bootstrap password the only thing I see is the white screen.

Any ideas?

---

<div class="post-metadata">

### Author: ![psinclair](https://avatars.discourse-cdn.com/v4/letter/p/e9c0ed/32.png) [@psinclair](https://forums.suse.com/u/psinclair)
#### Post date: [November 21, 2022, 6:30am UTC](https://forums.suse.com/t/rancher-bootstrapping-issue/38927/2 "2022-11-21T06:30:56Z")

</div>

Hi, were you able to resolve this issue, I am facing a very similar issue.

---

<div class="post-metadata">

### Author: ![Fufelok](https://sea2.discourse-cdn.com/flex022/user_avatar/forums.suse.com/fufelok/32/8458_2.png) [@Fufelok](https://forums.suse.com/u/Fufelok)
#### Post date: [November 22, 2022, 8:30am UTC](https://forums.suse.com/t/rancher-bootstrapping-issue/38927/3 "2022-11-22T08:30:34Z")

</div>

Hi @psinclair , for me it helped to remove `rke2=disabled` from helm chart options
