Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenShift 3.8/3.9 Release Notes Tracker #6458

Closed
liggitt opened this issue Nov 22, 2017 · 11 comments
Closed

OpenShift 3.8/3.9 Release Notes Tracker #6458

liggitt opened this issue Nov 22, 2017 · 11 comments
Assignees

Comments

@liggitt
Copy link

liggitt commented Nov 22, 2017

No description provided.

@liggitt
Copy link
Author

liggitt commented Nov 22, 2017

  • The autoscaling/v2alpha1 API group has been removed
  • batch/v2alpha1 SchedueldJob objects are no longer supported. Use CronJobs instead.
  • openshift start node requires swap to be disabled. This is already done as part of the ansible node install.

@liggitt
Copy link
Author

liggitt commented Dec 12, 2017

unqualified image specs now default to docker.io and require apiserver configuration to resolve to different registries.

WIP in https://bugzilla.redhat.com/show_bug.cgi?id=1518378 to determine what this config looks like and how we will migrate existing unqualified pods

@michaelgugino
Copy link

In an effort to provide greater flexibility for users, we have removed several instances of 'become: no' on certain tasks and playbooks inside of openshift-anisble. These statements were primarily applied on 'local_action' and 'delegate_to: localhost' commands for creating temporary files on the host running ansible.

If a user is running ansible from a host that does not allow passwordless sudo, some of these commands may fail of the user runs ansible-playbook with the '-b' (become) command line switch, or has 'ansible_become=True' applied to localhost in inventory or group_vars.

Elevated permissions are not requried on the localhost when running openshift-ansible plays.

If target hosts (where openshift is being deployed) require the use of become, it is recommended to add "ansible_become=True" for those hosts or groups in inventory or group_vars/host_vars.

If the user is running as root on the localhost, or connection to the root user on the remote hosts instead of using become, no change should be noticed.

@vrutkovs
Copy link
Member

Default values for template_service_broker_prefix and template_service_broker_image_name in installer have been updated to be consistent with other settings.

Previous value:

  • template_service_broker_prefix="registry.example.com/"
  • template_service_broker_image_name="origin-template-service-broker" or template_service_broker_image_name="ose-template-service-broker"
    New value:
  • template_service_broker_prefix="registry.example.com/ose-" or template_service_broker_prefix="registry.example.com/origin-"
  • template_service_broker_image_name="template-service-broker"

@ahardin-rh
Copy link
Contributor

openshift/origin#18093 deprecated several oc secrets sub commands. This PR changes our docs not to use them, but instead use the supported versions.

This will require also release notes, something along the lines:

OpenShfit 3.9 deprecates following oc secrets sub commands: new, new-basicauth, new-dockercfg, new-sshauth in favor of oc create secret.

Per #7262 (comment)

@ahardin-rh ahardin-rh self-assigned this Feb 14, 2018
@bmcelvee
Copy link
Contributor

bmcelvee commented Feb 15, 2018

Add depreciation announcement for Hawkular. Trello card: https://trello.com/c/xGqKhT4x/793-add-deprecation-announcement-for-hawkular.

@sdodson
Copy link
Member

sdodson commented Feb 21, 2018

Starting in OCP 3.9 ansible needs to be installed via the rhel-7-server-ansible-2.4-rpms channel which is included in RHEL subscriptions. #7890

@mfojtik
Copy link
Contributor

mfojtik commented Feb 27, 2018

The core workloads API, which is composed of the DaemonSet, Deployment, ReplicaSet, and StatefulSet kinds, has been promoted to GA stability in the apps/v1 group version. As such, the apps/v1beta2 group version is deprecated, and all new code should use the kinds in the apps/v1 group version. For OpenShift this means the StatefulSets, DaemonSet and Deployments are now stable and supported and no longer "beta".

@liggitt
Copy link
Author

liggitt commented Apr 9, 2018

@openshift/team-documentation can this be closed now?

@vikram-redhat
Copy link
Contributor

@liggitt I believe so, but will wait for @ahardin-rh to confirm today.

@ahardin-rh
Copy link
Contributor

@liggitt @vikram-redhat Yes, closing now. Thanks for the reminder!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants