Skip to content

1.0.669719463

Compare
Choose a tag to compare
@cedricve cedricve released this 21 Oct 10:35
· 47 commits to master since this release
f39af5b

Changes

  • Kerberos Agent is now running on port :80 instead of :8080. Therefore a change was made in Kerberos Factory to align this. For existing Kerberos Agents (created before this new version, please check the migration section).
  • Sub stream functionality has been added to the latest Kerberos Agent, and therefore an additional fields was added to the edit camera modal.

Migration

Kerberos Agents created before this Kerberos Factory release are exposed using the old port :8080. Therefore the equivalent Kubernetes Service is also configured to expose :8080.

When upgrading Kerberos Factory to this release, you'll experience that Kerberos Agents can no longer be opened and the Kerberos Factory UI will crash due to it's not able to connect to the Kerberos Agent on port :8080 any longer. Please follow these steps to do an successful upgrade.

  1. Upgrade Kerberos Factory to 1.0.669719463 and change base image for Kerberos Agents to 3ce9adc.
  2. Newly created Kerberos Agents will work out-of-the-box, however old Kerberos Agents still run on the old service port :8080.
  3. Locate the old Kerberos Agents, created with the previous release of Kerberos Factory, and modify the relevant service file: kubectl get svc -n kerberos-factory.
  4. Run the edit command kubectl edit svc kerberosagent-<agent_name> -n kerberos-factory and change the ports from 8080 to 80. Update the new service file CTRL+O.
  5. Open the Kerberos Factory UI, and press the Edit camera button. The edit modal should appear now.

Release