Updating catalog settings
Written by
Updated at July 24, 2026
You can edit the settings of an existing Iceberg REST Catalog catalog. You cannot edit a catalog's (metadata.name) name.
CLI
Management console
- Open the
RestCatalogresource for editing:kubectl edit restcatalog <catalog name> -n <project name>. - Edit the specification parameters and save the file.
You can also edit and reapply the local manifest: kubectl apply -f restcatalog.yaml -n <project name>.
-
If you have not opened a project yet, select one.
-
In the left-hand menu, select Iceberg REST Catalog.
-
In the Catalogs tab, select the catalog using one of the following methods:
- Click the catalog name and click Edit in the card header.
- Click Edit in the catalog's row.
-
Edit the fields as needed. The Name field is read-only.
-
Click Save.