mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 06:49:40 +02:00
feat(kubernetes): cluster setup reasonable defaults EE-4518 (#8082)
This commit is contained in:
parent
0436be7bc4
commit
046738c967
7 changed files with 168 additions and 3 deletions
|
@ -225,10 +225,8 @@ class KubernetesConfigureController {
|
|||
}
|
||||
});
|
||||
await Promise.all(storagePromises);
|
||||
|
||||
this.$state.reload();
|
||||
this.Notifications.success('Success', 'Configuration successfully applied');
|
||||
|
||||
this.$state.go('portainer.home');
|
||||
} catch (err) {
|
||||
this.Notifications.error('Failure', err, 'Unable to apply configuration');
|
||||
} finally {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue