-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Comments
|
unqualified image specs now default to 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 |
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. |
Default values for Previous value:
|
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) |
Add depreciation announcement for Hawkular. Trello card: https://trello.com/c/xGqKhT4x/793-add-deprecation-announcement-for-hawkular. |
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 |
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". |
@openshift/team-documentation can this be closed now? |
@liggitt I believe so, but will wait for @ahardin-rh to confirm today. |
@liggitt @vikram-redhat Yes, closing now. Thanks for the reminder! |
No description provided.
The text was updated successfully, but these errors were encountered: