Skip to content

Commit 62b6fb5

Browse files
yonromaiclaude
andcommitted
fix(iris): use marin-na bucket for CW state (matches R2 endpoint)
The object_storage_endpoint (74981a43...) belongs to the marin-na R2 account. marin-test lives on a different R2 account, causing NoSuchBucket errors during cluster start. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 788ef61 commit 62b6fb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/iris/examples/coreweave.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ platform:
3535
region: US-WEST-04A
3636
namespace: iris
3737
kubeconfig_path: ~/.kube/coreweave-iris # Set this to your local kubeconfig, or use KUBECONFIG env var
38-
object_storage_endpoint: https://a5a1f66f973e2196a26bae21c81b899b.r2.cloudflarestorage.com
38+
object_storage_endpoint: https://74981a43be0de7712369306c7b19133d.r2.cloudflarestorage.com
3939

4040
storage:
41-
remote_state_dir: s3://marin-test/iris/state
41+
remote_state_dir: s3://marin-na/iris/state
4242

4343
controller:
4444
image: ghcr.io/marin-community/iris-controller:latest

0 commit comments

Comments
 (0)