flannel-k8s-yaml-0.11.0-lp152.1.4 >  A ^/=„crK:d\P*ˋS.1Y47䑷b;Чܸ!u]&lPXͧ]km|'EL"H<b!˸s/n23'''G49q>Y Fu”G2Pma%9F}T" 7x1$ . n٨8{fP. 1s>&8S$b-,='2B>xo*72J c,9hQܨ3VJKL[c9e7155b84b0256a624d582fa886d035bc894f92e5cd3e11132ae909023cfef8a6664622d7838dce6599202d9f038ce0a096406dgm?P=#uƭpAQ"`>3pC{b MJ5R]|| B`J]nq\ϠNdy}J ֐ǂM.S}#4X_jõ^3K, 깇2Pn$^Wia+z|KmDlEYdfF!M?u/ "LQ_<6?m:>p;1?1d $ R$/ I[}     "DPdt(8"9":|"F/OG/dH/pI/|X/Y/\/]/^/b0c0d1 e1f1l1u1(v14z1I1\1`1f1Cflannel-k8s-yaml0.11.0lp152.1.4Kubernetes yaml file to run flannel containerThis package contains the yaml file requried to download and run the flannel container in a kubernetes cluster. flannel is a virtual network that gives a subnet to each host for use with container runtimes. Platforms like Google's Kubernetes assume that each container (pod) has a unique, routable IP address inside the cluster. The advantage of this model is that it reduces the complexity of doing port mapping.^cumulus38openSUSE Leap 15.2openSUSEApache-2.0https://bugs.opensuse.orgSystem/Managementhttps://github.com/coreos/flannellinuxnoarch8AA큤^^^08808185087651c42008a065a0ccaa89ed68c0b29ecbe63048baf1c0e7476233rootrootrootrootrootrootflannel-0.11.0-lp152.1.4.src.rpmflannel-k8s-yaml    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1])]n]@]@]1]0_@\\@\@\7\7\2\2\@[{@[ @Zs@Z@Z@YW@YY@XQ@XX.@W;W@W~D@W|W|W{@W{@V3V@Guillaume GARDET Fabian Vogt Richard Brown Richard Brown kukuk@suse.deThorsten Kukuk Jan Engelhardt kukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.declee@suse.comclee@suse.comalvaro.saurin@suse.comdcassany@suse.comrfernandezlopez@suse.comro@suse.deopensuse-packaging@opensuse.orgrbrown@suse.commmeister@suse.comvrothberg@suse.comvrothberg@suse.comopensuse-packaging@opensuse.orgopensuse-packaging@opensuse.orgopensuse-packaging@opensuse.orgopensuse-packaging@opensuse.orgkstreitova@suse.comtboerger@suse.commsabate@suse.commsabate@suse.comcbrauner@suse.comcbrauner@suse.comfcastelli@suse.comfcastelli@suse.com- Use Tumbleweed Kubic flannel containers instead of devel:kubic containers. This fixes aarch64 and ppc64* (boo#1152185)- It's apps/v1, not apps/v1beta1 - Fix some more typos- Fix typo in updated flannel manifest- Update flannel manifest to match upstream and support k8s 1.16 API- Set cni version in flannel manifest- Use current kube-flannel.yaml from git to fix DNS problems- Add missing words in descriptions.- Fix path of flanneld in yaml file - Cleanup filelist- Require minimal set of used network utilities- Add flannel-k8s-yaml sub-package with the yaml file to deploy flannel.- Update to flannel 0.11.0 - Drop standalone support, it's only for containers - Drop use-32-prefix-udp-backend.patch, included upstream- Refactor go to go1.11 for BuildRequires- Updated to a supported version of Go (due to security reasons) * bsc#1118897 CVE-2018-16873 go#29230 cmd/go: remote command execution during "go get -u" * bsc#1118898 CVE-2018-16874 go#29231 cmd/go: directory traversal in "go get" via curly braces in import paths * bsc#1118899 CVE-2018-16875 go#29233 crypto/x509: CPU denial of service- Updated to a supported version of Go (due to security reasons)- Make use of %license macro- Add use-32-prefix-udp-backend.patch: backend/udp: Use a /32 prefix for the flannel0 interface This avoids the kernel's creation of broadcast routes, which prevent communication from the host with the zeroth subnet to containers on any other hosts. Fixes: bsc#1094364- do not build on s390, only on s390x (no go on s390)- Update to version 0.9.1: * kube: Update manifests to v0.9.1 * network/iptables: Add iptables rules to FORWARD chain * kube-flannel.yml: Update to v0.9.0 and improve docs * Update README.md * Fix horrendous README typo * Always ensure iptables masquerade rules are installed * Makefile: Stop pulling the unused lib from kube-cross * subnet/*: Remove unused reservations code * use init container to install cni on flannel daemonset- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- build with go1.8 this fixes the golang.org/x/net/context conflict- Update to version 0.8.0: * flannel reads from created subnet.env file on startup * Fix a bug with the iface-regex that always returned an error * Fix a bug where previously leased subnets would not update etcd leases * main.go: Fix logging options * Allow kube subnet manager to run outside of kubernetes * Added ability to specify multiple ifaces and iface regexes * Docs: Add kubernetes and troubleshooting info * Update manifest to v0.8.0- Fix bsc#1054097 * We need to patch the Version variable to align with the package version * Do this by using `gofmt` (linker flags can't be set without changing the build)- Update to version 0.7.1: * Add Kubernetes RBAC support * vendor: Revendor with more sensible pinnings * vendor: Make code compatible again * Simplify rbac creation process * Tolerate flannel running on master nodes * backend/vxlan: Don't recreate vxlan device on flanneld restart * backend/hostgw: Fix memory leak * Build tar.gz for ppc64le, arm and arm64 arch * kube-flannel: Add namespace for compatibility with RBAC rules * Explicitly state operator: Exists for master node toleration - as tolleration defaults to Equal by default which will result in the non scheduling of flannel on the master nodes * switch kube subnet manager to PATCH * Bump k8s manifest version to v0.7.1 * Correct the image in the k8s manifest files- Update to version 0.7.0: * version: bump to v0.5.3+git * subnet: add infrastructure and tests for network watches * Refactoring: single ctx and pull out LeaseRenewer * Bug fix: remote mode errors out with bad backend type * Use a map for backend lookups * Split backend Init operation into New/Init and AddNetwork * Fix etcd implementation of getNetworks() * vendor: update etcd/client * aws-vpc: migrate to official AWS SDK * aws-vpc: use SDK to get metadata * Add network package to testing * Add/remove networks when registry changes * bug fix: no specified networks still led to multi-network path * Fix running multiple networks * Fix network watches when subnets change * Better handling of Ctrl+C * Add UnregisterNetwork backend method * Notify systemd service when server is ready to listen * Fix/improve docs * Masquerade host to flannel traffic. * Change copyright from CoreOS to flannel authors * remote: close response body during watch() * Refactor the backend interfaces for multi-networks * Go 1.5 compat change * test: add license header check + missing headers * travis: add logo to README, switch to go 1.4/1.5 * build: use `git describe` output in version * file rename as separate commit for better diffs * Use jonboulle/clockwork * Have registry deal with subnet and not etcd types * Actually track backends in the active map * Fix subnet watch key creation * Periodically retry getting initial networks * Version embedding for Go 1.4 and 1.5 * Ability to revoke lease * Add reservations to admin control subnet allocs * Revendor netlink library * Add mock etcd and etcd-backed registry testcases * tests: fix bug due to random numbers being used * Fixes a number of races * backend/udp: bind to the advertised interface * Add cli args for etcd basic auth * MAINTAINERS: remove eyakubovich; add tomdee, philips, steveej * DOCS: Add note to AWS docs about why it might be used * BUILDS: Use vendor directory instead of Godeps * Updating code.google.com/p/... dependencies * Add glide file * Add glide.lock and update GCE dependencies * Support quorum read option * vendor: bump netlink to latest master * network/ipmasq: RETURN instead of ACCEPT to allowe other rules * vendor: coreos/pkg: -> v2 * vendor: bump netlink to latest * vxlan: support group-based policy * scripts/build: compat header * hostgw: Check existence of and compare routes before attempting to add/update them * backend/hostgw: don't filter by LinkIndex * BUILDS: Replace some shell scripts with Makefile * deps: Update go-iptables version * mk-docker-opts.sh: replace with busybox shell compatible version * BUILDS: Overhaul build process * vxlan: error on sysctl fail * Fix a typo in format error. * Makefile: Disable static builds of flanneld * Makefile: Make the ARCH part of the tag name not the image name * Builds: Insert libpthread into busybox images * The docker daemon syntax change addressed * Makefile: gzip the dist tar.gz file * Add functional (end-to-end) testing * README: Update build instructions * Makefile: Push "latest" to flannel-git on quay.io * Run e2e tests on travis * glide: cfg change * glide: add k8s deps * fixup after etcd client update * add kube backed subnet manager * Update aws-vpc-backend.md * README: Kubernetes rename * Documentation: Fix sample kube-flannel config * backend: do not log in Register * Makefile: Push tags to flannel-git for all builds * Makefile: clean before flannel-git build * Makefile: Also push :latest for flannel-git * Fixed #521: flanneld hang on at initialEvtsBatch := <-evts because of empty batch list in WatchLeases of subnet/watch.go * Make the flannel daemonset multiarch * aws-vpc: Fix crash when route has vpc-endpoints * aws-vpc: remove "blackholes" * deps: update aws-sdk version to latest stable * backend: fixes and cleanups in awsvpc backend * vxlan: user verbose logging macros * subnet/kube: Use informer callbacks for lease events * subnet/kube: wait for cache sync before using subnet manager * network manager: Improve logging * subnet/kube: modify a copy of node object, rather than the cached object * Fix a typo in backend/vxlan/network.go * Documention: Add information on leases and reservations * e2e: Allow the backend list to be overridden * backend/vxlan: Improve the comments and logging * backend/vxlan: Set the netmask of the IP used for the vxlan device * Add a flag to configure the subnet lease renewal margin. (#559) * Replacing the user id with group id. * Removing the -it flag from the docker build commands. * Update kube-flannel.yaml * Add note to readme about -kube-subnet-mgr- Update to version 0.5.5: * Remove code dup and use coreos/pkg/flagutil * version: bump to v0.5.3 * aws-vpc: migrate to official AWS SDK * aws-vpc: use SDK to get metadata * Notify systemd service when server is ready to listen * Masquerade host to flannel traffic. * remote: close response body during watch() * version: bump to v0.5.4 * Bug fix: running out of memory with vxlan+bonding * version: bump to v0.5.5- Update to version 0.6.1: * Support quorum read option * deps: Update go-iptables version * mk-docker-opts.sh: replace with busybox shell compatible version * BUILDS: Overhaul build process * vxlan: error on sysctl fail * Fix a typo in format error. * Makefile: Disable static builds of flanneld * Makefile: Make the ARCH part of the tag name not the image name * Builds: Insert libpthread into busybox images * Support VXLAN GBP * Add cli args for etcd basic auth * Add reservations to admin control subnet allocs * Ability to revoke lease * small docs changes * overhaul of the build system * improvements to stability and UX tweaks * refactoring mainly driven by reservation support- clean specfile by spec-cleaner - change 'PreReq: %fillup_prereq' to 'Requires(post)'- Dropped rpmlintrc - Refactoring of the spec based on golang-packaging- Added go_provides- Removed kernel-devel build requirement I've also added golang-packaging as a build requirement and we will be using the %{go_nostrip} macro from that package. Moreover, I've done some minor improvements here and there.- add %ghost instruction: Files that are put into /run should be generated on the fly during runtime. To prevent them from getting installed we use %ghost.- add _constraints file to get more disk space on aarch64- Fix issue inside of systemd unit file- First release v0.5.5cumulus3 15896394190.11.0-lp152.1.4k8s-yamlflannelkube-flannel.yaml/usr/share//usr/share/k8s-yaml//usr/share/k8s-yaml/flannel/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/a1d4908ae48031e954edc7c140af13cc-flannelcpioxz5x86_64-suse-linuxdirectoryASCII text_/ae[Outf-8c41d91a95d75f9c299cc897e07b8fcdd0386a1e850238e5f72bd169d1b140c29?P7zXZ !t/:] crt:bLL 43I7MvD;Dd&3_^&҂U(F'Dk/֜} Ƀ$~s@f2Ҕrt.:WY$^qh1Y}ʄyt2/EiX䡋rT@ x.OE]IN;icp<i]ZbDl+-&q&MFJp +dJ3dIk@ %qslֻnN Cye0֪AIg&ƄQhмX?PnŸ3X >i)㤆0P:7wG c{(6TQ 3-->tB4E^HH5@ 2Q *ɯ8c5+F`=4m<2O|%[3T8k?zfB|-ViU;NxI Cuc.C}{de=88ܲ&QvKg:/t*W6wlE3Kʜ4 U!bLMU}|0EjilgRq_:!Si}07`7s̤LA?I eP-?Sest`GkΨKhPBLrXd4{v7+`ܺIAŕ}sӽ;ZBʿa=f/*)YM-zF8f[z*M4j>TM>[P+ˑ OY=30)Ō"wz- iStlRC#gJ+7$}<NI`JAmAi8VAt?˱&kwg(lz>5xyvAw5J>n^f&g fAGt,m dܶ)JG^uO>+Q•N.H Un*2j qz`il֢WYAA u˰~Ay!k|siwe'^^^bvAmMVa.i֯'ߢ<;ZE u 4+[O|w|DzE/=Sfۺ}-7o@aXfv~(}<9 } y9tiQ|hG[hYS$|VT,%``"Zśr}}c p/:z3O\f7KTa36[@&ۋ}NZzY;0IP W+#p+Kc9R?hϭ7^; ۂf$? hUJ!?5Zm82'g椨@/X svD`YXT~@EgqS~:?£\-N1jBsCOl)>Թ q䫧:!N05RBW[UuowD nt=z~v޵7̨1NQD`kbjDldu`JQ&4_"x؛gD3읍|,֬X cTL(BGdߺX'8b̗ ft*0鷆 [ '~B::ZV3YR(W9 EYSdf缏4wQxLX_ʄ`SR uYIJ YZ