The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
You can upgrade an already running Cluster via the command octops upgrade as shown here.
Features
- Now you can publish Services to host via custom addresses. Previously mapped/published Services had
localhostlisteners. Now you can for example explicitly listen on a certain address (e.g.octelium connect -p svc:0.0.0.0:8080oroctelium connect -p svc.ns:[::1]:9000) - Liveness and readiness probes for managed containers' Services. You can now simply apply health checks for your managed containers served as Services.
- Adding support for using Kuberneres secrets as environment variables' values in managed containers via
kubernetesSecretRef. - Add support for
disableSessionRecordingto disable SSH session recording andenableSessionStdinRecordingto enable STDIN session recording in SSH-based Services.
Improvements
- Upgrading Golang version to 1.24.7
- Various octelium and octeliumctl CLIs improvements